Shades of Medium Orchid #B966CE
Tints of Medium Orchid #B966CE
RGB
CMYK
RGB Variations
Color information
#B966CE (or 0xB966CE) is known color: Medium Orchid. HEX triplet: B9, 66 and CE. RGB value is (185,102,206). Sum of RGB (Red+Green+Blue) = 185+102+206=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #B966CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966CE is #469931. Grayscale: #8A8A8A. Windows color (decimal): -4626738 or 13526713. OLE color: 13526713.
HSL color Cylindrical-coordinate representation of color #B966CE: hue angle of 287.88º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B966CE is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 102 | 206 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.19 |
| HSL | 287.88º | 0.51% | 0.6% | - |
| HSV(B) | 287.88º | 0.5% | 0.81% | - |
| XYZ | 35.9 | 24.27 | 61.19 | - |
| YUV | 138.67 | 166 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 206 | 0.10 | 0.50 | 0 | 0.19 | 287.88 | 0.51 | 0.6 |
| Hex | B9 | 66 | CE | A | 32 | 0 | 13 | 120 | 33 | 3C |
| Octal | 271 | 146 | 316 | 12 | 62 | 0 | 23 | 440 | 63 | 74 |
| Binary | 10111001 | 1100110 | 11001110 | 1010 | 110010 | 0 | 10011 | 100100000 | 110011 | 111100 |
Color Harmonies of #B966CE
Complementary color
Monochromatic Colors of #B966CE
Black with #B966CE
Text Example
Text Example
White with #B966CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B966CE; }
p { color: rgb(185,102,206); }
H1.HeaderClassName
{
color: #B966CE;
}
.AnyTagClassName
{
color: #B966CE;
}
</style>
background-color css
<style>
a { background-color: #B966CE; }
a { background-color: rgb(185,102,206); }
div.DivClassName
{
background-color: #B966CE;
}
.BgClassName
{
background-color: #B966CE;
}
</style>
border-color css
<style>
span { border-color: #B966CE; }
span { border-color: rgb(185,102,206); }
td.TdClassName
{
border-color: #B966CE;
}
.TagClassName
{
border-color: #B966CE;
}
</style>