Shades of Medium Orchid #B85ECE
Tints of Medium Orchid #B85ECE
RGB
CMYK
RGB Variations
Color information
#B85ECE (or 0xB85ECE) is known color: Medium Orchid. HEX triplet: B8, 5E and CE. RGB value is (184,94,206). Sum of RGB (Red+Green+Blue) = 184+94+206=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #B85ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ECE is #47A131. Grayscale: #858585. Windows color (decimal): -4694322 or 13524664. OLE color: 13524664.
HSL color Cylindrical-coordinate representation of color #B85ECE: hue angle of 288.21º 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 #B85ECE is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 94 | 206 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.19 |
| HSL | 288.21º | 0.53% | 0.59% | - |
| HSV(B) | 288.21º | 0.54% | 0.81% | - |
| XYZ | 34.91 | 22.65 | 60.92 | - |
| YUV | 133.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 206 | 0.11 | 0.54 | 0 | 0.19 | 288.21 | 0.53 | 0.59 |
| Hex | B8 | 5E | CE | B | 36 | 0 | 13 | 120 | 35 | 3B |
| Octal | 270 | 136 | 316 | 13 | 66 | 0 | 23 | 440 | 65 | 73 |
| Binary | 10111000 | 1011110 | 11001110 | 1011 | 110110 | 0 | 10011 | 100100000 | 110101 | 111011 |
Color Harmonies of #B85ECE
Complementary color
Monochromatic Colors of #B85ECE
Black with #B85ECE
Text Example
Text Example
White with #B85ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85ECE; }
p { color: rgb(184,94,206); }
H1.HeaderClassName
{
color: #B85ECE;
}
.AnyTagClassName
{
color: #B85ECE;
}
</style>
background-color css
<style>
a { background-color: #B85ECE; }
a { background-color: rgb(184,94,206); }
div.DivClassName
{
background-color: #B85ECE;
}
.BgClassName
{
background-color: #B85ECE;
}
</style>
border-color css
<style>
span { border-color: #B85ECE; }
span { border-color: rgb(184,94,206); }
td.TdClassName
{
border-color: #B85ECE;
}
.TagClassName
{
border-color: #B85ECE;
}
</style>