Shades of Medium Orchid #B95ECC
Tints of Medium Orchid #B95ECC
RGB
CMYK
RGB Variations
Color information
#B95ECC (or 0xB95ECC) is known color: Medium Orchid. HEX triplet: B9, 5E and CC. RGB value is (185,94,204). Sum of RGB (Red+Green+Blue) = 185+94+204=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #B95ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ECC is #46A133. Grayscale: #858585. Windows color (decimal): -4628788 or 13393593. OLE color: 13393593.
HSL color Cylindrical-coordinate representation of color #B95ECC: hue angle of 289.64º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95ECC is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 94 | 204 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.2 |
| HSL | 289.64º | 0.52% | 0.58% | - |
| HSV(B) | 289.64º | 0.54% | 0.8% | - |
| XYZ | 34.91 | 22.68 | 59.66 | - |
| YUV | 133.75 | 167.65 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 204 | 0.09 | 0.54 | 0 | 0.2 | 289.64 | 0.52 | 0.58 |
| Hex | B9 | 5E | CC | 9 | 36 | 0 | 14 | 122 | 34 | 3A |
| Octal | 271 | 136 | 314 | 11 | 66 | 0 | 24 | 442 | 64 | 72 |
| Binary | 10111001 | 1011110 | 11001100 | 1001 | 110110 | 0 | 10100 | 100100010 | 110100 | 111010 |
Color Harmonies of #B95ECC
Complementary color
Monochromatic Colors of #B95ECC
Black with #B95ECC
Text Example
Text Example
White with #B95ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95ECC; }
p { color: rgb(185,94,204); }
H1.HeaderClassName
{
color: #B95ECC;
}
.AnyTagClassName
{
color: #B95ECC;
}
</style>
background-color css
<style>
a { background-color: #B95ECC; }
a { background-color: rgb(185,94,204); }
div.DivClassName
{
background-color: #B95ECC;
}
.BgClassName
{
background-color: #B95ECC;
}
</style>
border-color css
<style>
span { border-color: #B95ECC; }
span { border-color: rgb(185,94,204); }
td.TdClassName
{
border-color: #B95ECC;
}
.TagClassName
{
border-color: #B95ECC;
}
</style>