Shades of Medium Orchid #B85FEE
Tints of Medium Orchid #B85FEE
RGB
CMYK
RGB Variations
Color information
#B85FEE (or 0xB85FEE) is known color: Medium Orchid. HEX triplet: B8, 5F and EE. RGB value is (184,95,238). Sum of RGB (Red+Green+Blue) = 184+95+238=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #B85FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85FEE is #47A011. Grayscale: #898989. Windows color (decimal): -4694034 or 15622072. OLE color: 15622072.
HSL color Cylindrical-coordinate representation of color #B85FEE: hue angle of 277.34º degrees, saturation: 0.81, 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 #B85FEE is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 95 | 238 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.07 |
| HSL | 277.34º | 0.81% | 0.65% | - |
| HSV(B) | 277.34º | 0.6% | 0.93% | - |
| XYZ | 39.29 | 24.55 | 83.56 | - |
| YUV | 137.91 | 184.49 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 95 | 238 | 0.23 | 0.60 | 0 | 0.07 | 277.34 | 0.81 | 0.65 |
| Hex | B8 | 5F | EE | 17 | 3C | 0 | 7 | 115 | 51 | 41 |
| Octal | 270 | 137 | 356 | 27 | 74 | 0 | 7 | 425 | 121 | 101 |
| Binary | 10111000 | 1011111 | 11101110 | 10111 | 111100 | 0 | 111 | 100010101 | 1010001 | 1000001 |
Color Harmonies of #B85FEE
Complementary color
Monochromatic Colors of #B85FEE
Black with #B85FEE
Text Example
Text Example
White with #B85FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85FEE; }
p { color: rgb(184,95,238); }
H1.HeaderClassName
{
color: #B85FEE;
}
.AnyTagClassName
{
color: #B85FEE;
}
</style>
background-color css
<style>
a { background-color: #B85FEE; }
a { background-color: rgb(184,95,238); }
div.DivClassName
{
background-color: #B85FEE;
}
.BgClassName
{
background-color: #B85FEE;
}
</style>
border-color css
<style>
span { border-color: #B85FEE; }
span { border-color: rgb(184,95,238); }
td.TdClassName
{
border-color: #B85FEE;
}
.TagClassName
{
border-color: #B85FEE;
}
</style>