Shades of Medium Orchid #B95EE8
Tints of Medium Orchid #B95EE8
RGB
CMYK
RGB Variations
Color information
#B95EE8 (or 0xB95EE8) is known color: Medium Orchid. HEX triplet: B9, 5E and E8. RGB value is (185,94,232). Sum of RGB (Red+Green+Blue) = 185+94+232=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #B95EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95EE8 is #46A117. Grayscale: #888888. Windows color (decimal): -4628760 or 15228601. OLE color: 15228601.
HSL color Cylindrical-coordinate representation of color #B95EE8: hue angle of 279.57º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B95EE8 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 94 | 232 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.09 |
| HSL | 279.57º | 0.75% | 0.64% | - |
| HSV(B) | 279.57º | 0.59% | 0.91% | - |
| XYZ | 38.58 | 24.15 | 78.97 | - |
| YUV | 136.94 | 181.65 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 232 | 0.20 | 0.59 | 0 | 0.09 | 279.57 | 0.75 | 0.64 |
| Hex | B9 | 5E | E8 | 14 | 3B | 0 | 9 | 118 | 4B | 40 |
| Octal | 271 | 136 | 350 | 24 | 73 | 0 | 11 | 430 | 113 | 100 |
| Binary | 10111001 | 1011110 | 11101000 | 10100 | 111011 | 0 | 1001 | 100011000 | 1001011 | 1000000 |
Color Harmonies of #B95EE8
Complementary color
Monochromatic Colors of #B95EE8
Black with #B95EE8
Text Example
Text Example
White with #B95EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95EE8; }
p { color: rgb(185,94,232); }
H1.HeaderClassName
{
color: #B95EE8;
}
.AnyTagClassName
{
color: #B95EE8;
}
</style>
background-color css
<style>
a { background-color: #B95EE8; }
a { background-color: rgb(185,94,232); }
div.DivClassName
{
background-color: #B95EE8;
}
.BgClassName
{
background-color: #B95EE8;
}
</style>
border-color css
<style>
span { border-color: #B95EE8; }
span { border-color: rgb(185,94,232); }
td.TdClassName
{
border-color: #B95EE8;
}
.TagClassName
{
border-color: #B95EE8;
}
</style>