Shades of Medium Orchid #B859E7
Tints of Medium Orchid #B859E7
RGB
CMYK
RGB Variations
Color information
#B859E7 (or 0xB859E7) is known color: Medium Orchid. HEX triplet: B8, 59 and E7. RGB value is (184,89,231). Sum of RGB (Red+Green+Blue) = 184+89+231=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #B859E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B859E7 is #47A618. Grayscale: #858585. Windows color (decimal): -4695577 or 15161784. OLE color: 15161784.
HSL color Cylindrical-coordinate representation of color #B859E7: hue angle of 280.14º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B859E7 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 89 | 231 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.09 |
| HSL | 280.14º | 0.75% | 0.63% | - |
| HSV(B) | 280.14º | 0.61% | 0.91% | - |
| XYZ | 37.76 | 23.1 | 78.07 | - |
| YUV | 133.59 | 182.97 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 231 | 0.20 | 0.61 | 0 | 0.09 | 280.14 | 0.75 | 0.63 |
| Hex | B8 | 59 | E7 | 14 | 3D | 0 | 9 | 118 | 4B | 3F |
| Octal | 270 | 131 | 347 | 24 | 75 | 0 | 11 | 430 | 113 | 77 |
| Binary | 10111000 | 1011001 | 11100111 | 10100 | 111101 | 0 | 1001 | 100011000 | 1001011 | 111111 |
Color Harmonies of #B859E7
Complementary color
Monochromatic Colors of #B859E7
Black with #B859E7
Text Example
Text Example
White with #B859E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859E7; }
p { color: rgb(184,89,231); }
H1.HeaderClassName
{
color: #B859E7;
}
.AnyTagClassName
{
color: #B859E7;
}
</style>
background-color css
<style>
a { background-color: #B859E7; }
a { background-color: rgb(184,89,231); }
div.DivClassName
{
background-color: #B859E7;
}
.BgClassName
{
background-color: #B859E7;
}
</style>
border-color css
<style>
span { border-color: #B859E7; }
span { border-color: rgb(184,89,231); }
td.TdClassName
{
border-color: #B859E7;
}
.TagClassName
{
border-color: #B859E7;
}
</style>