Shades of Medium Orchid #B85FEF
Tints of Medium Orchid #B85FEF
RGB
CMYK
RGB Variations
Color information
#B85FEF (or 0xB85FEF) is known color: Medium Orchid. HEX triplet: B8, 5F and EF. RGB value is (184,95,239). Sum of RGB (Red+Green+Blue) = 184+95+239=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #B85FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85FEF is #47A010. Grayscale: #898989. Windows color (decimal): -4694033 or 15687608. OLE color: 15687608.
HSL color Cylindrical-coordinate representation of color #B85FEF: hue angle of 277.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85FEF is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 95 | 239 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.06 |
| HSL | 277.08º | 0.82% | 0.65% | - |
| HSV(B) | 277.08º | 0.6% | 0.94% | - |
| XYZ | 39.44 | 24.61 | 84.33 | - |
| YUV | 138.03 | 184.99 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 95 | 239 | 0.23 | 0.60 | 0 | 0.06 | 277.08 | 0.82 | 0.65 |
| Hex | B8 | 5F | EF | 17 | 3C | 0 | 6 | 115 | 52 | 41 |
| Octal | 270 | 137 | 357 | 27 | 74 | 0 | 6 | 425 | 122 | 101 |
| Binary | 10111000 | 1011111 | 11101111 | 10111 | 111100 | 0 | 110 | 100010101 | 1010010 | 1000001 |
Color Harmonies of #B85FEF
Complementary color
Monochromatic Colors of #B85FEF
Black with #B85FEF
Text Example
Text Example
White with #B85FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85FEF; }
p { color: rgb(184,95,239); }
H1.HeaderClassName
{
color: #B85FEF;
}
.AnyTagClassName
{
color: #B85FEF;
}
</style>
background-color css
<style>
a { background-color: #B85FEF; }
a { background-color: rgb(184,95,239); }
div.DivClassName
{
background-color: #B85FEF;
}
.BgClassName
{
background-color: #B85FEF;
}
</style>
border-color css
<style>
span { border-color: #B85FEF; }
span { border-color: rgb(184,95,239); }
td.TdClassName
{
border-color: #B85FEF;
}
.TagClassName
{
border-color: #B85FEF;
}
</style>