Shades of Medium Orchid #B95ECE
Tints of Medium Orchid #B95ECE
RGB
CMYK
RGB Variations
Color information
#B95ECE (or 0xB95ECE) is known color: Medium Orchid. HEX triplet: B9, 5E and CE. RGB value is (185,94,206). Sum of RGB (Red+Green+Blue) = 185+94+206=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #B95ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ECE is #46A131. Grayscale: #858585. Windows color (decimal): -4628786 or 13524665. OLE color: 13524665.
HSL color Cylindrical-coordinate representation of color #B95ECE: hue angle of 288.75º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95ECE is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 94 | 206 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.19 |
| HSL | 288.75º | 0.53% | 0.59% | - |
| HSV(B) | 288.75º | 0.54% | 0.81% | - |
| XYZ | 35.15 | 22.78 | 60.94 | - |
| YUV | 133.98 | 168.65 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 206 | 0.10 | 0.54 | 0 | 0.19 | 288.75 | 0.53 | 0.59 |
| Hex | B9 | 5E | CE | A | 36 | 0 | 13 | 121 | 35 | 3B |
| Octal | 271 | 136 | 316 | 12 | 66 | 0 | 23 | 441 | 65 | 73 |
| Binary | 10111001 | 1011110 | 11001110 | 1010 | 110110 | 0 | 10011 | 100100001 | 110101 | 111011 |
Color Harmonies of #B95ECE
Complementary color
Monochromatic Colors of #B95ECE
Black with #B95ECE
Text Example
Text Example
White with #B95ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95ECE; }
p { color: rgb(185,94,206); }
H1.HeaderClassName
{
color: #B95ECE;
}
.AnyTagClassName
{
color: #B95ECE;
}
</style>
background-color css
<style>
a { background-color: #B95ECE; }
a { background-color: rgb(185,94,206); }
div.DivClassName
{
background-color: #B95ECE;
}
.BgClassName
{
background-color: #B95ECE;
}
</style>
border-color css
<style>
span { border-color: #B95ECE; }
span { border-color: rgb(185,94,206); }
td.TdClassName
{
border-color: #B95ECE;
}
.TagClassName
{
border-color: #B95ECE;
}
</style>