Shades of Medium Orchid #B95FDB
Tints of Medium Orchid #B95FDB
RGB
CMYK
RGB Variations
Color information
#B95FDB (or 0xB95FDB) is known color: Medium Orchid. HEX triplet: B9, 5F and DB. RGB value is (185,95,219). Sum of RGB (Red+Green+Blue) = 185+95+219=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #B95FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95FDB is #46A024. Grayscale: #878787. Windows color (decimal): -4628517 or 14376889. OLE color: 14376889.
HSL color Cylindrical-coordinate representation of color #B95FDB: hue angle of 283.55º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B95FDB is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 95 | 219 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.14 |
| HSL | 283.55º | 0.63% | 0.62% | - |
| HSV(B) | 283.55º | 0.57% | 0.86% | - |
| XYZ | 36.89 | 23.61 | 69.63 | - |
| YUV | 136.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 95 | 219 | 0.16 | 0.57 | 0 | 0.14 | 283.55 | 0.63 | 0.62 |
| Hex | B9 | 5F | DB | 10 | 39 | 0 | E | 11C | 3F | 3E |
| Octal | 271 | 137 | 333 | 20 | 71 | 0 | 16 | 434 | 77 | 76 |
| Binary | 10111001 | 1011111 | 11011011 | 10000 | 111001 | 0 | 1110 | 100011100 | 111111 | 111110 |
Color Harmonies of #B95FDB
Complementary color
Monochromatic Colors of #B95FDB
Black with #B95FDB
Text Example
Text Example
White with #B95FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95FDB; }
p { color: rgb(185,95,219); }
H1.HeaderClassName
{
color: #B95FDB;
}
.AnyTagClassName
{
color: #B95FDB;
}
</style>
background-color css
<style>
a { background-color: #B95FDB; }
a { background-color: rgb(185,95,219); }
div.DivClassName
{
background-color: #B95FDB;
}
.BgClassName
{
background-color: #B95FDB;
}
</style>
border-color css
<style>
span { border-color: #B95FDB; }
span { border-color: rgb(185,95,219); }
td.TdClassName
{
border-color: #B95FDB;
}
.TagClassName
{
border-color: #B95FDB;
}
</style>