Shades of Medium Orchid #B96ECF
Tints of Medium Orchid #B96ECF
RGB
CMYK
RGB Variations
Color information
#B96ECF (or 0xB96ECF) is known color: Medium Orchid. HEX triplet: B9, 6E and CF. RGB value is (185,110,207). Sum of RGB (Red+Green+Blue) = 185+110+207=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #B96ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ECF is #469130. Grayscale: #8F8F8F. Windows color (decimal): -4624689 or 13594297. OLE color: 13594297.
HSL color Cylindrical-coordinate representation of color #B96ECF: hue angle of 286.39º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96ECF is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 110 | 207 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.19 |
| HSL | 286.39º | 0.5% | 0.62% | - |
| HSV(B) | 286.39º | 0.47% | 0.81% | - |
| XYZ | 36.85 | 25.97 | 62.1 | - |
| YUV | 143.48 | 163.85 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 207 | 0.11 | 0.47 | 0 | 0.19 | 286.39 | 0.5 | 0.62 |
| Hex | B9 | 6E | CF | B | 2F | 0 | 13 | 11E | 32 | 3E |
| Octal | 271 | 156 | 317 | 13 | 57 | 0 | 23 | 436 | 62 | 76 |
| Binary | 10111001 | 1101110 | 11001111 | 1011 | 101111 | 0 | 10011 | 100011110 | 110010 | 111110 |
Color Harmonies of #B96ECF
Complementary color
Monochromatic Colors of #B96ECF
Black with #B96ECF
Text Example
Text Example
White with #B96ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96ECF; }
p { color: rgb(185,110,207); }
H1.HeaderClassName
{
color: #B96ECF;
}
.AnyTagClassName
{
color: #B96ECF;
}
</style>
background-color css
<style>
a { background-color: #B96ECF; }
a { background-color: rgb(185,110,207); }
div.DivClassName
{
background-color: #B96ECF;
}
.BgClassName
{
background-color: #B96ECF;
}
</style>
border-color css
<style>
span { border-color: #B96ECF; }
span { border-color: rgb(185,110,207); }
td.TdClassName
{
border-color: #B96ECF;
}
.TagClassName
{
border-color: #B96ECF;
}
</style>