Shades of Medium Orchid #B966E9
Tints of Medium Orchid #B966E9
RGB
CMYK
RGB Variations
Color information
#B966E9 (or 0xB966E9) is known color: Medium Orchid. HEX triplet: B9, 66 and E9. RGB value is (185,102,233). Sum of RGB (Red+Green+Blue) = 185+102+233=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #B966E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B966E9 is #469916. Grayscale: #8D8D8D. Windows color (decimal): -4626711 or 15296185. OLE color: 15296185.
HSL color Cylindrical-coordinate representation of color #B966E9: hue angle of 278.02º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B966E9 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 102 | 233 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.09 |
| HSL | 278.02º | 0.75% | 0.66% | - |
| HSV(B) | 278.02º | 0.56% | 0.91% | - |
| XYZ | 39.47 | 25.7 | 79.97 | - |
| YUV | 141.75 | 179.5 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 233 | 0.21 | 0.56 | 0 | 0.09 | 278.02 | 0.75 | 0.66 |
| Hex | B9 | 66 | E9 | 15 | 38 | 0 | 9 | 116 | 4B | 42 |
| Octal | 271 | 146 | 351 | 25 | 70 | 0 | 11 | 426 | 113 | 102 |
| Binary | 10111001 | 1100110 | 11101001 | 10101 | 111000 | 0 | 1001 | 100010110 | 1001011 | 1000010 |
Color Harmonies of #B966E9
Complementary color
Monochromatic Colors of #B966E9
Black with #B966E9
Text Example
Text Example
White with #B966E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B966E9; }
p { color: rgb(185,102,233); }
H1.HeaderClassName
{
color: #B966E9;
}
.AnyTagClassName
{
color: #B966E9;
}
</style>
background-color css
<style>
a { background-color: #B966E9; }
a { background-color: rgb(185,102,233); }
div.DivClassName
{
background-color: #B966E9;
}
.BgClassName
{
background-color: #B966E9;
}
</style>
border-color css
<style>
span { border-color: #B966E9; }
span { border-color: rgb(185,102,233); }
td.TdClassName
{
border-color: #B966E9;
}
.TagClassName
{
border-color: #B966E9;
}
</style>