Shades of Medium Orchid #B85BEC
Tints of Medium Orchid #B85BEC
RGB
CMYK
RGB Variations
Color information
#B85BEC (or 0xB85BEC) is known color: Medium Orchid. HEX triplet: B8, 5B and EC. RGB value is (184,91,236). Sum of RGB (Red+Green+Blue) = 184+91+236=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #B85BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85BEC is #47A413. Grayscale: #868686. Windows color (decimal): -4695060 or 15489976. OLE color: 15489976.
HSL color Cylindrical-coordinate representation of color #B85BEC: hue angle of 278.48º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85BEC is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 91 | 236 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.07 |
| HSL | 278.48º | 0.79% | 0.64% | - |
| HSV(B) | 278.48º | 0.61% | 0.93% | - |
| XYZ | 38.65 | 23.73 | 81.9 | - |
| YUV | 135.34 | 184.81 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 236 | 0.22 | 0.61 | 0 | 0.07 | 278.48 | 0.79 | 0.64 |
| Hex | B8 | 5B | EC | 16 | 3D | 0 | 7 | 116 | 4F | 40 |
| Octal | 270 | 133 | 354 | 26 | 75 | 0 | 7 | 426 | 117 | 100 |
| Binary | 10111000 | 1011011 | 11101100 | 10110 | 111101 | 0 | 111 | 100010110 | 1001111 | 1000000 |
Color Harmonies of #B85BEC
Complementary color
Monochromatic Colors of #B85BEC
Black with #B85BEC
Text Example
Text Example
White with #B85BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85BEC; }
p { color: rgb(184,91,236); }
H1.HeaderClassName
{
color: #B85BEC;
}
.AnyTagClassName
{
color: #B85BEC;
}
</style>
background-color css
<style>
a { background-color: #B85BEC; }
a { background-color: rgb(184,91,236); }
div.DivClassName
{
background-color: #B85BEC;
}
.BgClassName
{
background-color: #B85BEC;
}
</style>
border-color css
<style>
span { border-color: #B85BEC; }
span { border-color: rgb(184,91,236); }
td.TdClassName
{
border-color: #B85BEC;
}
.TagClassName
{
border-color: #B85BEC;
}
</style>