Shades of Medium Orchid #B96ED0
Tints of Medium Orchid #B96ED0
RGB
CMYK
RGB Variations
Color information
#B96ED0 (or 0xB96ED0) is known color: Medium Orchid. HEX triplet: B9, 6E and D0. RGB value is (185,110,208). Sum of RGB (Red+Green+Blue) = 185+110+208=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #B96ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ED0 is #46912F. Grayscale: #8F8F8F. Windows color (decimal): -4624688 or 13659833. OLE color: 13659833.
HSL color Cylindrical-coordinate representation of color #B96ED0: hue angle of 285.92º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96ED0 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 110 | 208 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.18 |
| HSL | 285.92º | 0.51% | 0.62% | - |
| HSV(B) | 285.92º | 0.47% | 0.82% | - |
| XYZ | 36.97 | 26.02 | 62.75 | - |
| YUV | 143.6 | 164.35 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 208 | 0.11 | 0.47 | 0 | 0.18 | 285.92 | 0.51 | 0.62 |
| Hex | B9 | 6E | D0 | B | 2F | 0 | 12 | 11E | 33 | 3E |
| Octal | 271 | 156 | 320 | 13 | 57 | 0 | 22 | 436 | 63 | 76 |
| Binary | 10111001 | 1101110 | 11010000 | 1011 | 101111 | 0 | 10010 | 100011110 | 110011 | 111110 |
Color Harmonies of #B96ED0
Complementary color
Monochromatic Colors of #B96ED0
Black with #B96ED0
Text Example
Text Example
White with #B96ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96ED0; }
p { color: rgb(185,110,208); }
H1.HeaderClassName
{
color: #B96ED0;
}
.AnyTagClassName
{
color: #B96ED0;
}
</style>
background-color css
<style>
a { background-color: #B96ED0; }
a { background-color: rgb(185,110,208); }
div.DivClassName
{
background-color: #B96ED0;
}
.BgClassName
{
background-color: #B96ED0;
}
</style>
border-color css
<style>
span { border-color: #B96ED0; }
span { border-color: rgb(185,110,208); }
td.TdClassName
{
border-color: #B96ED0;
}
.TagClassName
{
border-color: #B96ED0;
}
</style>