Shades of Medium Orchid #B059ED
Tints of Medium Orchid #B059ED
RGB
CMYK
RGB Variations
Color information
#B059ED (or 0xB059ED) is known color: Medium Orchid. HEX triplet: B0, 59 and ED. RGB value is (176,89,237). Sum of RGB (Red+Green+Blue) = 176+89+237=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #B059ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B059ED is #4FA612. Grayscale: #838383. Windows color (decimal): -5219859 or 15554992. OLE color: 15554992.
HSL color Cylindrical-coordinate representation of color #B059ED: hue angle of 275.27º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B059ED is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 89 | 237 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.07 |
| HSL | 275.27º | 0.8% | 0.64% | - |
| HSV(B) | 275.27º | 0.62% | 0.93% | - |
| XYZ | 36.76 | 22.49 | 82.52 | - |
| YUV | 131.89 | 187.32 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 237 | 0.26 | 0.62 | 0 | 0.07 | 275.27 | 0.8 | 0.64 |
| Hex | B0 | 59 | ED | 1A | 3E | 0 | 7 | 113 | 50 | 40 |
| Octal | 260 | 131 | 355 | 32 | 76 | 0 | 7 | 423 | 120 | 100 |
| Binary | 10110000 | 1011001 | 11101101 | 11010 | 111110 | 0 | 111 | 100010011 | 1010000 | 1000000 |
Color Harmonies of #B059ED
Complementary color
Monochromatic Colors of #B059ED
Black with #B059ED
Text Example
Text Example
White with #B059ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059ED; }
p { color: rgb(176,89,237); }
H1.HeaderClassName
{
color: #B059ED;
}
.AnyTagClassName
{
color: #B059ED;
}
</style>
background-color css
<style>
a { background-color: #B059ED; }
a { background-color: rgb(176,89,237); }
div.DivClassName
{
background-color: #B059ED;
}
.BgClassName
{
background-color: #B059ED;
}
</style>
border-color css
<style>
span { border-color: #B059ED; }
span { border-color: rgb(176,89,237); }
td.TdClassName
{
border-color: #B059ED;
}
.TagClassName
{
border-color: #B059ED;
}
</style>