Shades of Medium Orchid #B059E9
Tints of Medium Orchid #B059E9
RGB
CMYK
RGB Variations
Color information
#B059E9 (or 0xB059E9) is known color: Medium Orchid. HEX triplet: B0, 59 and E9. RGB value is (176,89,233). Sum of RGB (Red+Green+Blue) = 176+89+233=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 233 - color contains mainly: blue. Hex color #B059E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B059E9 is #4FA616. Grayscale: #828282. Windows color (decimal): -5219863 or 15292848. OLE color: 15292848.
HSL color Cylindrical-coordinate representation of color #B059E9: hue angle of 276.25º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B059E9 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 89 | 233 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.09 |
| HSL | 276.25º | 0.77% | 0.63% | - |
| HSV(B) | 276.25º | 0.62% | 0.91% | - |
| XYZ | 36.18 | 22.26 | 79.48 | - |
| YUV | 131.43 | 185.32 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 233 | 0.24 | 0.62 | 0 | 0.09 | 276.25 | 0.77 | 0.63 |
| Hex | B0 | 59 | E9 | 18 | 3E | 0 | 9 | 114 | 4D | 3F |
| Octal | 260 | 131 | 351 | 30 | 76 | 0 | 11 | 424 | 115 | 77 |
| Binary | 10110000 | 1011001 | 11101001 | 11000 | 111110 | 0 | 1001 | 100010100 | 1001101 | 111111 |
Color Harmonies of #B059E9
Complementary color
Monochromatic Colors of #B059E9
Black with #B059E9
Text Example
Text Example
White with #B059E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059E9; }
p { color: rgb(176,89,233); }
H1.HeaderClassName
{
color: #B059E9;
}
.AnyTagClassName
{
color: #B059E9;
}
</style>
background-color css
<style>
a { background-color: #B059E9; }
a { background-color: rgb(176,89,233); }
div.DivClassName
{
background-color: #B059E9;
}
.BgClassName
{
background-color: #B059E9;
}
</style>
border-color css
<style>
span { border-color: #B059E9; }
span { border-color: rgb(176,89,233); }
td.TdClassName
{
border-color: #B059E9;
}
.TagClassName
{
border-color: #B059E9;
}
</style>