Shades of Medium Orchid #B966E1
Tints of Medium Orchid #B966E1
RGB
CMYK
RGB Variations
Color information
#B966E1 (or 0xB966E1) is known color: Medium Orchid. HEX triplet: B9, 66 and E1. RGB value is (185,102,225). Sum of RGB (Red+Green+Blue) = 185+102+225=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #B966E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966E1 is #46991E. Grayscale: #8C8C8C. Windows color (decimal): -4626719 or 14771897. OLE color: 14771897.
HSL color Cylindrical-coordinate representation of color #B966E1: hue angle of 280.49º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B966E1 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 102 | 225 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.12 |
| HSL | 280.49º | 0.67% | 0.64% | - |
| HSV(B) | 280.49º | 0.55% | 0.88% | - |
| XYZ | 38.35 | 25.25 | 74.09 | - |
| YUV | 140.84 | 175.5 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 225 | 0.18 | 0.55 | 0 | 0.12 | 280.49 | 0.67 | 0.64 |
| Hex | B9 | 66 | E1 | 12 | 37 | 0 | C | 118 | 43 | 40 |
| Octal | 271 | 146 | 341 | 22 | 67 | 0 | 14 | 430 | 103 | 100 |
| Binary | 10111001 | 1100110 | 11100001 | 10010 | 110111 | 0 | 1100 | 100011000 | 1000011 | 1000000 |
Color Harmonies of #B966E1
Complementary color
Monochromatic Colors of #B966E1
Black with #B966E1
Text Example
Text Example
White with #B966E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B966E1; }
p { color: rgb(185,102,225); }
H1.HeaderClassName
{
color: #B966E1;
}
.AnyTagClassName
{
color: #B966E1;
}
</style>
background-color css
<style>
a { background-color: #B966E1; }
a { background-color: rgb(185,102,225); }
div.DivClassName
{
background-color: #B966E1;
}
.BgClassName
{
background-color: #B966E1;
}
</style>
border-color css
<style>
span { border-color: #B966E1; }
span { border-color: rgb(185,102,225); }
td.TdClassName
{
border-color: #B966E1;
}
.TagClassName
{
border-color: #B966E1;
}
</style>