Shades of Medium Orchid #B95DE0
Tints of Medium Orchid #B95DE0
RGB
CMYK
RGB Variations
Color information
#B95DE0 (or 0xB95DE0) is known color: Medium Orchid. HEX triplet: B9, 5D and E0. RGB value is (185,93,224). Sum of RGB (Red+Green+Blue) = 185+93+224=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #B95DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DE0 is #46A21F. Grayscale: #878787. Windows color (decimal): -4629024 or 14704057. OLE color: 14704057.
HSL color Cylindrical-coordinate representation of color #B95DE0: hue angle of 282.14º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B95DE0 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 93 | 224 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.12 |
| HSL | 282.14º | 0.68% | 0.62% | - |
| HSV(B) | 282.14º | 0.58% | 0.88% | - |
| XYZ | 37.38 | 23.52 | 73.09 | - |
| YUV | 135.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 224 | 0.17 | 0.58 | 0 | 0.12 | 282.14 | 0.68 | 0.62 |
| Hex | B9 | 5D | E0 | 11 | 3A | 0 | C | 11A | 44 | 3E |
| Octal | 271 | 135 | 340 | 21 | 72 | 0 | 14 | 432 | 104 | 76 |
| Binary | 10111001 | 1011101 | 11100000 | 10001 | 111010 | 0 | 1100 | 100011010 | 1000100 | 111110 |
Color Harmonies of #B95DE0
Complementary color
Monochromatic Colors of #B95DE0
Black with #B95DE0
Text Example
Text Example
White with #B95DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95DE0; }
p { color: rgb(185,93,224); }
H1.HeaderClassName
{
color: #B95DE0;
}
.AnyTagClassName
{
color: #B95DE0;
}
</style>
background-color css
<style>
a { background-color: #B95DE0; }
a { background-color: rgb(185,93,224); }
div.DivClassName
{
background-color: #B95DE0;
}
.BgClassName
{
background-color: #B95DE0;
}
</style>
border-color css
<style>
span { border-color: #B95DE0; }
span { border-color: rgb(185,93,224); }
td.TdClassName
{
border-color: #B95DE0;
}
.TagClassName
{
border-color: #B95DE0;
}
</style>