#B666EA

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

Shades of Medium Orchid #B666EA

Tints of Medium Orchid #B666EA

Color information

#B666EA (or 0xB666EA) is unknown color: approx Medium Orchid. HEX triplet: B6, 66 and EA. RGB value is (182,102,234). Sum of RGB (Red+Green+Blue) = 182+102+234=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #B666EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B666EA is #499915. Grayscale: #8C8C8C. Windows color (decimal): -4823318 or 15361718. OLE color: 15361718.

HSL color Cylindrical-coordinate representation of color #B666EA: hue angle of 276.36º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B666EA is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182102234-
CMYK0.220.5600.08
HSL276.36º75.86%65.88%-
HSV(B)276.36º56.41%91.76%-
XYZ38.8925.3980.69-
YUV140.97180.5157.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 102 (40.23% from 255) = 19.69%
BLUE value IS 234 (91.80% from 255) = 45.17%
R=35.14%
G=19.69%
B=45.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821022340.220.5600.08276.3675.8665.88
HexB666EA1638081144c42
Octal2661463522670010424114102
Binary10110110110011011101010101101110000100010001010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666EA; }

 p { color: rgb(182,102,234); }

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

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

 a { background-color: rgb(182,102,234); }

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

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

 span { border-color: rgb(182,102,234); }

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