Shades of Medium Orchid #B85BEE
Tints of Medium Orchid #B85BEE
RGB
CMYK
RGB Variations
Color information
#B85BEE (or 0xB85BEE) is known color: Medium Orchid. HEX triplet: B8, 5B and EE. RGB value is (184,91,238). Sum of RGB (Red+Green+Blue) = 184+91+238=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #B85BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85BEE is #47A411. Grayscale: #878787. Windows color (decimal): -4695058 or 15621048. OLE color: 15621048.
HSL color Cylindrical-coordinate representation of color #B85BEE: hue angle of 277.96º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B85BEE is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 91 | 238 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.07 |
| HSL | 277.96º | 0.81% | 0.65% | - |
| HSV(B) | 277.96º | 0.62% | 0.93% | - |
| XYZ | 38.94 | 23.85 | 83.44 | - |
| YUV | 135.57 | 185.81 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 238 | 0.23 | 0.62 | 0 | 0.07 | 277.96 | 0.81 | 0.65 |
| Hex | B8 | 5B | EE | 17 | 3E | 0 | 7 | 116 | 51 | 41 |
| Octal | 270 | 133 | 356 | 27 | 76 | 0 | 7 | 426 | 121 | 101 |
| Binary | 10111000 | 1011011 | 11101110 | 10111 | 111110 | 0 | 111 | 100010110 | 1010001 | 1000001 |
Color Harmonies of #B85BEE
Complementary color
Monochromatic Colors of #B85BEE
Black with #B85BEE
Text Example
Text Example
White with #B85BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85BEE; }
p { color: rgb(184,91,238); }
H1.HeaderClassName
{
color: #B85BEE;
}
.AnyTagClassName
{
color: #B85BEE;
}
</style>
background-color css
<style>
a { background-color: #B85BEE; }
a { background-color: rgb(184,91,238); }
div.DivClassName
{
background-color: #B85BEE;
}
.BgClassName
{
background-color: #B85BEE;
}
</style>
border-color css
<style>
span { border-color: #B85BEE; }
span { border-color: rgb(184,91,238); }
td.TdClassName
{
border-color: #B85BEE;
}
.TagClassName
{
border-color: #B85BEE;
}
</style>