Shades of Medium Orchid #B059E5
Tints of Medium Orchid #B059E5
RGB
CMYK
RGB Variations
Color information
#B059E5 (or 0xB059E5) is known color: Medium Orchid. HEX triplet: B0, 59 and E5. RGB value is (176,89,229). Sum of RGB (Red+Green+Blue) = 176+89+229=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #B059E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059E5 is #4FA61A. Grayscale: #828282. Windows color (decimal): -5219867 or 15030704. OLE color: 15030704.
HSL color Cylindrical-coordinate representation of color #B059E5: hue angle of 277.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B059E5 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 89 | 229 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.10 |
| HSL | 277.29º | 0.73% | 0.62% | - |
| HSV(B) | 277.29º | 0.61% | 0.9% | - |
| XYZ | 35.62 | 22.03 | 76.5 | - |
| YUV | 130.97 | 183.32 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 229 | 0.23 | 0.61 | 0 | 0.10 | 277.29 | 0.73 | 0.62 |
| Hex | B0 | 59 | E5 | 17 | 3D | 0 | A | 115 | 49 | 3E |
| Octal | 260 | 131 | 345 | 27 | 75 | 0 | 12 | 425 | 111 | 76 |
| Binary | 10110000 | 1011001 | 11100101 | 10111 | 111101 | 0 | 1010 | 100010101 | 1001001 | 111110 |
Color Harmonies of #B059E5
Complementary color
Monochromatic Colors of #B059E5
Black with #B059E5
Text Example
Text Example
White with #B059E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059E5; }
p { color: rgb(176,89,229); }
H1.HeaderClassName
{
color: #B059E5;
}
.AnyTagClassName
{
color: #B059E5;
}
</style>
background-color css
<style>
a { background-color: #B059E5; }
a { background-color: rgb(176,89,229); }
div.DivClassName
{
background-color: #B059E5;
}
.BgClassName
{
background-color: #B059E5;
}
</style>
border-color css
<style>
span { border-color: #B059E5; }
span { border-color: rgb(176,89,229); }
td.TdClassName
{
border-color: #B059E5;
}
.TagClassName
{
border-color: #B059E5;
}
</style>