Shades of Medium Orchid #B96EC8
Tints of Medium Orchid #B96EC8
RGB
CMYK
RGB Variations
Color information
#B96EC8 (or 0xB96EC8) is known color: Medium Orchid. HEX triplet: B9, 6E and C8. RGB value is (185,110,200). Sum of RGB (Red+Green+Blue) = 185+110+200=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 200 - color contains mainly: blue. Hex color #B96EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EC8 is #469137. Grayscale: #8E8E8E. Windows color (decimal): -4624696 or 13135545. OLE color: 13135545.
HSL color Cylindrical-coordinate representation of color #B96EC8: hue angle of 290º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96EC8 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 110 | 200 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.22 |
| HSL | 290º | 0.45% | 0.61% | - |
| HSV(B) | 290º | 0.45% | 0.78% | - |
| XYZ | 36.01 | 25.64 | 57.69 | - |
| YUV | 142.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 200 | 0.08 | 0.45 | 0 | 0.22 | 290 | 0.45 | 0.61 |
| Hex | B9 | 6E | C8 | 8 | 2D | 0 | 16 | 122 | 2D | 3D |
| Octal | 271 | 156 | 310 | 10 | 55 | 0 | 26 | 442 | 55 | 75 |
| Binary | 10111001 | 1101110 | 11001000 | 1000 | 101101 | 0 | 10110 | 100100010 | 101101 | 111101 |
Color Harmonies of #B96EC8
Complementary color
Monochromatic Colors of #B96EC8
Black with #B96EC8
Text Example
Text Example
White with #B96EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96EC8; }
p { color: rgb(185,110,200); }
H1.HeaderClassName
{
color: #B96EC8;
}
.AnyTagClassName
{
color: #B96EC8;
}
</style>
background-color css
<style>
a { background-color: #B96EC8; }
a { background-color: rgb(185,110,200); }
div.DivClassName
{
background-color: #B96EC8;
}
.BgClassName
{
background-color: #B96EC8;
}
</style>
border-color css
<style>
span { border-color: #B96EC8; }
span { border-color: rgb(185,110,200); }
td.TdClassName
{
border-color: #B96EC8;
}
.TagClassName
{
border-color: #B96EC8;
}
</style>