Shades of Medium Orchid #B966CC
Tints of Medium Orchid #B966CC
RGB
CMYK
RGB Variations
Color information
#B966CC (or 0xB966CC) is known color: Medium Orchid. HEX triplet: B9, 66 and CC. RGB value is (185,102,204). Sum of RGB (Red+Green+Blue) = 185+102+204=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #B966CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966CC is #469933. Grayscale: #8A8A8A. Windows color (decimal): -4626740 or 13395641. OLE color: 13395641.
HSL color Cylindrical-coordinate representation of color #B966CC: hue angle of 288.82º 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 #B966CC is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 102 | 204 | - |
| CMYK | 0.09 | 0.5 | 0 | 0.2 |
| HSL | 288.82º | 0.5% | 0.6% | - |
| HSV(B) | 288.82º | 0.5% | 0.8% | - |
| XYZ | 35.66 | 24.18 | 59.91 | - |
| YUV | 138.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 204 | 0.09 | 0.5 | 0 | 0.2 | 288.82 | 0.5 | 0.6 |
| Hex | B9 | 66 | CC | 9 | 32 | 0 | 14 | 121 | 32 | 3C |
| Octal | 271 | 146 | 314 | 11 | 62 | 0 | 24 | 441 | 62 | 74 |
| Binary | 10111001 | 1100110 | 11001100 | 1001 | 110010 | 0 | 10100 | 100100001 | 110010 | 111100 |
Color Harmonies of #B966CC
Complementary color
Monochromatic Colors of #B966CC
Black with #B966CC
Text Example
Text Example
White with #B966CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B966CC; }
p { color: rgb(185,102,204); }
H1.HeaderClassName
{
color: #B966CC;
}
.AnyTagClassName
{
color: #B966CC;
}
</style>
background-color css
<style>
a { background-color: #B966CC; }
a { background-color: rgb(185,102,204); }
div.DivClassName
{
background-color: #B966CC;
}
.BgClassName
{
background-color: #B966CC;
}
</style>
border-color css
<style>
span { border-color: #B966CC; }
span { border-color: rgb(185,102,204); }
td.TdClassName
{
border-color: #B966CC;
}
.TagClassName
{
border-color: #B966CC;
}
</style>