Shades of Medium Orchid #B85BEB
Tints of Medium Orchid #B85BEB
RGB
CMYK
RGB Variations
Color information
#B85BEB (or 0xB85BEB) is known color: Medium Orchid. HEX triplet: B8, 5B and EB. RGB value is (184,91,235). Sum of RGB (Red+Green+Blue) = 184+91+235=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #B85BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85BEB is #47A414. Grayscale: #868686. Windows color (decimal): -4695061 or 15424440. OLE color: 15424440.
HSL color Cylindrical-coordinate representation of color #B85BEB: hue angle of 278.75º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85BEB is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 91 | 235 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.08 |
| HSL | 278.75º | 0.78% | 0.64% | - |
| HSV(B) | 278.75º | 0.61% | 0.92% | - |
| XYZ | 38.5 | 23.67 | 81.14 | - |
| YUV | 135.22 | 184.31 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 235 | 0.22 | 0.61 | 0 | 0.08 | 278.75 | 0.78 | 0.64 |
| Hex | B8 | 5B | EB | 16 | 3D | 0 | 8 | 117 | 4E | 40 |
| Octal | 270 | 133 | 353 | 26 | 75 | 0 | 10 | 427 | 116 | 100 |
| Binary | 10111000 | 1011011 | 11101011 | 10110 | 111101 | 0 | 1000 | 100010111 | 1001110 | 1000000 |
Color Harmonies of #B85BEB
Complementary color
Monochromatic Colors of #B85BEB
Black with #B85BEB
Text Example
Text Example
White with #B85BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85BEB; }
p { color: rgb(184,91,235); }
H1.HeaderClassName
{
color: #B85BEB;
}
.AnyTagClassName
{
color: #B85BEB;
}
</style>
background-color css
<style>
a { background-color: #B85BEB; }
a { background-color: rgb(184,91,235); }
div.DivClassName
{
background-color: #B85BEB;
}
.BgClassName
{
background-color: #B85BEB;
}
</style>
border-color css
<style>
span { border-color: #B85BEB; }
span { border-color: rgb(184,91,235); }
td.TdClassName
{
border-color: #B85BEB;
}
.TagClassName
{
border-color: #B85BEB;
}
</style>