Shades of Medium Orchid #B95EDB
Tints of Medium Orchid #B95EDB
RGB
CMYK
RGB Variations
Color information
#B95EDB (or 0xB95EDB) is known color: Medium Orchid. HEX triplet: B9, 5E and DB. RGB value is (185,94,219). Sum of RGB (Red+Green+Blue) = 185+94+219=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #B95EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EDB is #46A124. Grayscale: #878787. Windows color (decimal): -4628773 or 14376633. OLE color: 14376633.
HSL color Cylindrical-coordinate representation of color #B95EDB: hue angle of 283.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B95EDB is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 94 | 219 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.14 |
| HSL | 283.68º | 0.63% | 0.61% | - |
| HSV(B) | 283.68º | 0.57% | 0.86% | - |
| XYZ | 36.8 | 23.43 | 69.6 | - |
| YUV | 135.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 219 | 0.16 | 0.57 | 0 | 0.14 | 283.68 | 0.63 | 0.61 |
| Hex | B9 | 5E | DB | 10 | 39 | 0 | E | 11C | 3F | 3D |
| Octal | 271 | 136 | 333 | 20 | 71 | 0 | 16 | 434 | 77 | 75 |
| Binary | 10111001 | 1011110 | 11011011 | 10000 | 111001 | 0 | 1110 | 100011100 | 111111 | 111101 |
Color Harmonies of #B95EDB
Complementary color
Monochromatic Colors of #B95EDB
Black with #B95EDB
Text Example
Text Example
White with #B95EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95EDB; }
p { color: rgb(185,94,219); }
H1.HeaderClassName
{
color: #B95EDB;
}
.AnyTagClassName
{
color: #B95EDB;
}
</style>
background-color css
<style>
a { background-color: #B95EDB; }
a { background-color: rgb(185,94,219); }
div.DivClassName
{
background-color: #B95EDB;
}
.BgClassName
{
background-color: #B95EDB;
}
</style>
border-color css
<style>
span { border-color: #B95EDB; }
span { border-color: rgb(185,94,219); }
td.TdClassName
{
border-color: #B95EDB;
}
.TagClassName
{
border-color: #B95EDB;
}
</style>