#B242DE

Color #B242DE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B242DE

Tints of Medium Orchid #B242DE

Color information

#B242DE (or 0xB242DE) is unknown color: approx Medium Orchid. HEX triplet: B2, 42 and DE. RGB value is (178,66,222). Sum of RGB (Red+Green+Blue) = 178+66+222=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #B242DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242DE is #4DBD21. Grayscale: #747474. Windows color (decimal): -5094690 or 14566066. OLE color: 14566066.

HSL color Cylindrical-coordinate representation of color #B242DE: hue angle of 283.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B242DE is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17866222-
CMYK0.200.7000.13
HSL283.08º70.27%56.47%-
HSV(B)283.08º70.27%87.06%-
XYZ33.4918.6470.94-
YUV117.27187.11171.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 66 (26.17% from 255) = 14.16%
BLUE value IS 222 (87.11% from 255) = 47.64%
R=38.20%
G=14.16%
B=47.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178662220.200.7000.13283.0870.2756.47
HexB242DE14460D11b4638
Octal2621023362410601543310670
Binary10110010100001011011110101001000110011011000110111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B242DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B242DE; }

 p { color: rgb(178,66,222); }

 H1.HeaderClassName
 {
   color: #B242DE;
 }
 .AnyTagClassName
 {
   color: #B242DE;
 }
</style>
background-color css

<style>
 a { background-color: #B242DE; }

 a { background-color: rgb(178,66,222); }

 div.DivClassName
 {
   background-color: #B242DE;
 }
 .BgClassName
 {
   background-color: #B242DE;
 }
</style>
border-color css

<style>
 span { border-color: #B242DE; }

 span { border-color: rgb(178,66,222); }

 td.TdClassName
 {
   border-color: #B242DE;
 }
 .TagClassName
 {
   border-color: #B242DE;
 }
</style>