Shades of Medium Orchid #B966DC
Tints of Medium Orchid #B966DC
RGB
CMYK
RGB Variations
Color information
#B966DC (or 0xB966DC) is known color: Medium Orchid. HEX triplet: B9, 66 and DC. RGB value is (185,102,220). Sum of RGB (Red+Green+Blue) = 185+102+220=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #B966DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966DC is #469923. Grayscale: #8B8B8B. Windows color (decimal): -4626724 or 14444217. OLE color: 14444217.
HSL color Cylindrical-coordinate representation of color #B966DC: hue angle of 282.2º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B966DC is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 102 | 220 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.14 |
| HSL | 282.2º | 0.63% | 0.63% | - |
| HSV(B) | 282.2º | 0.54% | 0.86% | - |
| XYZ | 37.68 | 24.98 | 70.55 | - |
| YUV | 140.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 220 | 0.16 | 0.54 | 0 | 0.14 | 282.2 | 0.63 | 0.63 |
| Hex | B9 | 66 | DC | 10 | 36 | 0 | E | 11A | 3F | 3F |
| Octal | 271 | 146 | 334 | 20 | 66 | 0 | 16 | 432 | 77 | 77 |
| Binary | 10111001 | 1100110 | 11011100 | 10000 | 110110 | 0 | 1110 | 100011010 | 111111 | 111111 |
Color Harmonies of #B966DC
Complementary color
Monochromatic Colors of #B966DC
Black with #B966DC
Text Example
Text Example
White with #B966DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B966DC; }
p { color: rgb(185,102,220); }
H1.HeaderClassName
{
color: #B966DC;
}
.AnyTagClassName
{
color: #B966DC;
}
</style>
background-color css
<style>
a { background-color: #B966DC; }
a { background-color: rgb(185,102,220); }
div.DivClassName
{
background-color: #B966DC;
}
.BgClassName
{
background-color: #B966DC;
}
</style>
border-color css
<style>
span { border-color: #B966DC; }
span { border-color: rgb(185,102,220); }
td.TdClassName
{
border-color: #B966DC;
}
.TagClassName
{
border-color: #B966DC;
}
</style>