Shades of Medium Orchid #B966E3
Tints of Medium Orchid #B966E3
RGB
CMYK
RGB Variations
Color information
#B966E3 (or 0xB966E3) is known color: Medium Orchid. HEX triplet: B9, 66 and E3. RGB value is (185,102,227). Sum of RGB (Red+Green+Blue) = 185+102+227=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 227 (89.06% from 255 or 44.16% from 514); Max value from RGB is 227 - color contains mainly: blue. Hex color #B966E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966E3 is #46991C. Grayscale: #8C8C8C. Windows color (decimal): -4626717 or 14902969. OLE color: 14902969.
HSL color Cylindrical-coordinate representation of color #B966E3: hue angle of 279.84º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B966E3 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 102 | 227 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.11 |
| HSL | 279.84º | 0.69% | 0.65% | - |
| HSV(B) | 279.84º | 0.55% | 0.89% | - |
| XYZ | 38.62 | 25.36 | 75.53 | - |
| YUV | 141.07 | 176.5 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 227 | 0.19 | 0.55 | 0 | 0.11 | 279.84 | 0.69 | 0.65 |
| Hex | B9 | 66 | E3 | 13 | 37 | 0 | B | 118 | 45 | 41 |
| Octal | 271 | 146 | 343 | 23 | 67 | 0 | 13 | 430 | 105 | 101 |
| Binary | 10111001 | 1100110 | 11100011 | 10011 | 110111 | 0 | 1011 | 100011000 | 1000101 | 1000001 |
Color Harmonies of #B966E3
Complementary color
Monochromatic Colors of #B966E3
Black with #B966E3
Text Example
Text Example
White with #B966E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B966E3; }
p { color: rgb(185,102,227); }
H1.HeaderClassName
{
color: #B966E3;
}
.AnyTagClassName
{
color: #B966E3;
}
</style>
background-color css
<style>
a { background-color: #B966E3; }
a { background-color: rgb(185,102,227); }
div.DivClassName
{
background-color: #B966E3;
}
.BgClassName
{
background-color: #B966E3;
}
</style>
border-color css
<style>
span { border-color: #B966E3; }
span { border-color: rgb(185,102,227); }
td.TdClassName
{
border-color: #B966E3;
}
.TagClassName
{
border-color: #B966E3;
}
</style>