Shades of Medium Orchid #B866CC
Tints of Medium Orchid #B866CC
RGB
CMYK
RGB Variations
Color information
#B866CC (or 0xB866CC) is known color: Medium Orchid. HEX triplet: B8, 66 and CC. RGB value is (184,102,204). Sum of RGB (Red+Green+Blue) = 184+102+204=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #B866CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B866CC is #479933. Grayscale: #898989. Windows color (decimal): -4692276 or 13395640. OLE color: 13395640.
HSL color Cylindrical-coordinate representation of color #B866CC: hue angle of 288.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B866CC is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 102 | 204 | - |
| CMYK | 0.10 | 0.5 | 0 | 0.2 |
| HSL | 288.24º | 0.5% | 0.6% | - |
| HSV(B) | 288.24º | 0.5% | 0.8% | - |
| XYZ | 35.42 | 24.05 | 59.9 | - |
| YUV | 138.15 | 165.17 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 204 | 0.10 | 0.5 | 0 | 0.2 | 288.24 | 0.5 | 0.6 |
| Hex | B8 | 66 | CC | A | 32 | 0 | 14 | 120 | 32 | 3C |
| Octal | 270 | 146 | 314 | 12 | 62 | 0 | 24 | 440 | 62 | 74 |
| Binary | 10111000 | 1100110 | 11001100 | 1010 | 110010 | 0 | 10100 | 100100000 | 110010 | 111100 |
Color Harmonies of #B866CC
Complementary color
Monochromatic Colors of #B866CC
Black with #B866CC
Text Example
Text Example
White with #B866CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B866CC; }
p { color: rgb(184,102,204); }
H1.HeaderClassName
{
color: #B866CC;
}
.AnyTagClassName
{
color: #B866CC;
}
</style>
background-color css
<style>
a { background-color: #B866CC; }
a { background-color: rgb(184,102,204); }
div.DivClassName
{
background-color: #B866CC;
}
.BgClassName
{
background-color: #B866CC;
}
</style>
border-color css
<style>
span { border-color: #B866CC; }
span { border-color: rgb(184,102,204); }
td.TdClassName
{
border-color: #B866CC;
}
.TagClassName
{
border-color: #B866CC;
}
</style>