Shades of Medium Orchid #B95CE0
Tints of Medium Orchid #B95CE0
RGB
CMYK
RGB Variations
Color information
#B95CE0 (or 0xB95CE0) is known color: Medium Orchid. HEX triplet: B9, 5C and E0. RGB value is (185,92,224). Sum of RGB (Red+Green+Blue) = 185+92+224=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #B95CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CE0 is #46A31F. Grayscale: #868686. Windows color (decimal): -4629280 or 14703801. OLE color: 14703801.
HSL color Cylindrical-coordinate representation of color #B95CE0: hue angle of 282.27º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B95CE0 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 92 | 224 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.12 |
| HSL | 282.27º | 0.68% | 0.62% | - |
| HSV(B) | 282.27º | 0.59% | 0.88% | - |
| XYZ | 37.29 | 23.35 | 73.06 | - |
| YUV | 134.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 224 | 0.17 | 0.59 | 0 | 0.12 | 282.27 | 0.68 | 0.62 |
| Hex | B9 | 5C | E0 | 11 | 3B | 0 | C | 11A | 44 | 3E |
| Octal | 271 | 134 | 340 | 21 | 73 | 0 | 14 | 432 | 104 | 76 |
| Binary | 10111001 | 1011100 | 11100000 | 10001 | 111011 | 0 | 1100 | 100011010 | 1000100 | 111110 |
Color Harmonies of #B95CE0
Complementary color
Monochromatic Colors of #B95CE0
Black with #B95CE0
Text Example
Text Example
White with #B95CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95CE0; }
p { color: rgb(185,92,224); }
H1.HeaderClassName
{
color: #B95CE0;
}
.AnyTagClassName
{
color: #B95CE0;
}
</style>
background-color css
<style>
a { background-color: #B95CE0; }
a { background-color: rgb(185,92,224); }
div.DivClassName
{
background-color: #B95CE0;
}
.BgClassName
{
background-color: #B95CE0;
}
</style>
border-color css
<style>
span { border-color: #B95CE0; }
span { border-color: rgb(185,92,224); }
td.TdClassName
{
border-color: #B95CE0;
}
.TagClassName
{
border-color: #B95CE0;
}
</style>