#B66EC9

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

Shades of Medium Orchid #B66EC9

Tints of Medium Orchid #B66EC9

Color information

#B66EC9 (or 0xB66EC9) is unknown color: approx Medium Orchid. HEX triplet: B6, 6E and C9. RGB value is (182,110,201). Sum of RGB (Red+Green+Blue) = 182+110+201=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #B66EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EC9 is #499136. Grayscale: #8D8D8D. Windows color (decimal): -4821303 or 13201078. OLE color: 13201078.

HSL color Cylindrical-coordinate representation of color #B66EC9: hue angle of 287.47º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B66EC9 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182110201-
CMYK0.090.4500.21
HSL287.47º45.73%60.98%-
HSV(B)287.47º45.27%78.82%-
XYZ35.4125.3158.28-
YUV141.9161.35156.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.92%
GREEN value IS 110 (43.36% from 255) = 22.31%
BLUE value IS 201 (78.91% from 255) = 40.77%
R=36.92%
G=22.31%
B=40.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821102010.090.4500.21287.4745.7360.98
HexB66EC992D01511f2e3d
Octal26615631111550254375675
Binary101101101101110110010011001101101010101100011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66EC9; }

 p { color: rgb(182,110,201); }

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

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

 a { background-color: rgb(182,110,201); }

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

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

 span { border-color: rgb(182,110,201); }

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