Shades of Medium Orchid #B859FF
Tints of Medium Orchid #B859FF
RGB
CMYK
RGB Variations
Color information
#B859FF (or 0xB859FF) is known color: Medium Orchid. HEX triplet: B8, 59 and FF. RGB value is (184,89,255). Sum of RGB (Red+Green+Blue) = 184+89+255=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #B859FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B859FF is #47A600. Grayscale: #878787. Windows color (decimal): -4695553 or 16734648. OLE color: 16734648.
HSL color Cylindrical-coordinate representation of color #B859FF: hue angle of 274.34º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B859FF is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 89 | 255 | - |
| CMYK | 0.28 | 0.65 | 0 | 0 |
| HSL | 274.34º | 1% | 0.67% | - |
| HSV(B) | 274.34º | 0.65% | 1% | - |
| XYZ | 41.39 | 24.56 | 97.17 | - |
| YUV | 136.33 | 194.97 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 255 | 0.28 | 0.65 | 0 | 0 | 274.34 | 1 | 0.67 |
| Hex | B8 | 59 | FF | 1C | 41 | 0 | 0 | 112 | 64 | 43 |
| Octal | 270 | 131 | 377 | 34 | 101 | 0 | 0 | 422 | 144 | 103 |
| Binary | 10111000 | 1011001 | 11111111 | 11100 | 1000001 | 0 | 0 | 100010010 | 1100100 | 1000011 |
Color Harmonies of #B859FF
Complementary color
Monochromatic Colors of #B859FF
Black with #B859FF
Text Example
Text Example
White with #B859FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859FF; }
p { color: rgb(184,89,255); }
H1.HeaderClassName
{
color: #B859FF;
}
.AnyTagClassName
{
color: #B859FF;
}
</style>
background-color css
<style>
a { background-color: #B859FF; }
a { background-color: rgb(184,89,255); }
div.DivClassName
{
background-color: #B859FF;
}
.BgClassName
{
background-color: #B859FF;
}
</style>
border-color css
<style>
span { border-color: #B859FF; }
span { border-color: rgb(184,89,255); }
td.TdClassName
{
border-color: #B859FF;
}
.TagClassName
{
border-color: #B859FF;
}
</style>