Shades of Medium Orchid #B85FEC
Tints of Medium Orchid #B85FEC
RGB
CMYK
RGB Variations
Color information
#B85FEC (or 0xB85FEC) is known color: Medium Orchid. HEX triplet: B8, 5F and EC. RGB value is (184,95,236). Sum of RGB (Red+Green+Blue) = 184+95+236=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #B85FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85FEC is #47A013. Grayscale: #898989. Windows color (decimal): -4694036 or 15491000. OLE color: 15491000.
HSL color Cylindrical-coordinate representation of color #B85FEC: hue angle of 277.87º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85FEC is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 95 | 236 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.07 |
| HSL | 277.87º | 0.79% | 0.65% | - |
| HSV(B) | 277.87º | 0.6% | 0.93% | - |
| XYZ | 39 | 24.43 | 82.02 | - |
| YUV | 137.69 | 183.49 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 95 | 236 | 0.22 | 0.60 | 0 | 0.07 | 277.87 | 0.79 | 0.65 |
| Hex | B8 | 5F | EC | 16 | 3C | 0 | 7 | 116 | 4F | 41 |
| Octal | 270 | 137 | 354 | 26 | 74 | 0 | 7 | 426 | 117 | 101 |
| Binary | 10111000 | 1011111 | 11101100 | 10110 | 111100 | 0 | 111 | 100010110 | 1001111 | 1000001 |
Color Harmonies of #B85FEC
Complementary color
Monochromatic Colors of #B85FEC
Black with #B85FEC
Text Example
Text Example
White with #B85FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85FEC; }
p { color: rgb(184,95,236); }
H1.HeaderClassName
{
color: #B85FEC;
}
.AnyTagClassName
{
color: #B85FEC;
}
</style>
background-color css
<style>
a { background-color: #B85FEC; }
a { background-color: rgb(184,95,236); }
div.DivClassName
{
background-color: #B85FEC;
}
.BgClassName
{
background-color: #B85FEC;
}
</style>
border-color css
<style>
span { border-color: #B85FEC; }
span { border-color: rgb(184,95,236); }
td.TdClassName
{
border-color: #B85FEC;
}
.TagClassName
{
border-color: #B85FEC;
}
</style>