#B66CCE

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

Shades of Medium Orchid #B66CCE

Tints of Medium Orchid #B66CCE

Color information

#B66CCE (or 0xB66CCE) is unknown color: approx Medium Orchid. HEX triplet: B6, 6C and CE. RGB value is (182,108,206). Sum of RGB (Red+Green+Blue) = 182+108+206=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #B66CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66CCE is #499331. Grayscale: #8C8C8C. Windows color (decimal): -4821810 or 13528246. OLE color: 13528246.

HSL color Cylindrical-coordinate representation of color #B66CCE: hue angle of 285.31º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B66CCE is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182108206-
CMYK0.120.4800.19
HSL285.31º50%61.57%-
HSV(B)285.31º47.57%80.78%-
XYZ35.7925.1361.36-
YUV141.3164.52157.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 206 (80.86% from 255) = 41.53%
R=36.69%
G=21.77%
B=41.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821082060.120.4800.19285.315061.57
HexB66CCEC3001311d323e
Octal26615431614600234356276
Binary101101101101100110011101100110000010011100011101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66CCE; }

 p { color: rgb(182,108,206); }

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

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

 a { background-color: rgb(182,108,206); }

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

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

 span { border-color: rgb(182,108,206); }

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