Shades of Medium Orchid #B859E4
Tints of Medium Orchid #B859E4
RGB
CMYK
RGB Variations
Color information
#B859E4 (or 0xB859E4) is known color: Medium Orchid. HEX triplet: B8, 59 and E4. RGB value is (184,89,228). Sum of RGB (Red+Green+Blue) = 184+89+228=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 228 - color contains mainly: blue. Hex color #B859E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859E4 is #47A61B. Grayscale: #848484. Windows color (decimal): -4695580 or 14965176. OLE color: 14965176.
HSL color Cylindrical-coordinate representation of color #B859E4: hue angle of 281.01º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B859E4 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 89 | 228 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.11 |
| HSL | 281.01º | 0.72% | 0.62% | - |
| HSV(B) | 281.01º | 0.61% | 0.89% | - |
| XYZ | 37.34 | 22.94 | 75.86 | - |
| YUV | 133.25 | 181.47 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 228 | 0.19 | 0.61 | 0 | 0.11 | 281.01 | 0.72 | 0.62 |
| Hex | B8 | 59 | E4 | 13 | 3D | 0 | B | 119 | 48 | 3E |
| Octal | 270 | 131 | 344 | 23 | 75 | 0 | 13 | 431 | 110 | 76 |
| Binary | 10111000 | 1011001 | 11100100 | 10011 | 111101 | 0 | 1011 | 100011001 | 1001000 | 111110 |
Color Harmonies of #B859E4
Complementary color
Monochromatic Colors of #B859E4
Black with #B859E4
Text Example
Text Example
White with #B859E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859E4; }
p { color: rgb(184,89,228); }
H1.HeaderClassName
{
color: #B859E4;
}
.AnyTagClassName
{
color: #B859E4;
}
</style>
background-color css
<style>
a { background-color: #B859E4; }
a { background-color: rgb(184,89,228); }
div.DivClassName
{
background-color: #B859E4;
}
.BgClassName
{
background-color: #B859E4;
}
</style>
border-color css
<style>
span { border-color: #B859E4; }
span { border-color: rgb(184,89,228); }
td.TdClassName
{
border-color: #B859E4;
}
.TagClassName
{
border-color: #B859E4;
}
</style>