#B66CCF

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

Shades of Medium Orchid #B66CCF

Tints of Medium Orchid #B66CCF

Color information

#B66CCF (or 0xB66CCF) is unknown color: approx Medium Orchid. HEX triplet: B6, 6C and CF. RGB value is (182,108,207). Sum of RGB (Red+Green+Blue) = 182+108+207=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #B66CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66CCF is #499330. Grayscale: #8D8D8D. Windows color (decimal): -4821809 or 13593782. OLE color: 13593782.

HSL color Cylindrical-coordinate representation of color #B66CCF: hue angle of 284.85º degrees, saturation: 0.51, 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 #B66CCF is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182108207-
CMYK0.120.4800.19
HSL284.85º50.77%61.76%-
HSV(B)284.85º47.83%81.18%-
XYZ35.9225.1862-
YUV141.41165.02156.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.62%
GREEN value IS 108 (42.58% from 255) = 21.73%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=36.62%
G=21.73%
B=41.65%

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
Decimal1821082070.120.4800.19284.8550.7761.76
HexB66CCFC3001311d333e
Octal26615431714600234356376
Binary101101101101100110011111100110000010011100011101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66CCF; }

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

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

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

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

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

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

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

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