Shades of Medium Orchid #B059EE
Tints of Medium Orchid #B059EE
RGB
CMYK
RGB Variations
Color information
#B059EE (or 0xB059EE) is known color: Medium Orchid. HEX triplet: B0, 59 and EE. RGB value is (176,89,238). Sum of RGB (Red+Green+Blue) = 176+89+238=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #B059EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B059EE is #4FA611. Grayscale: #838383. Windows color (decimal): -5219858 or 15620528. OLE color: 15620528.
HSL color Cylindrical-coordinate representation of color #B059EE: hue angle of 275.03º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B059EE is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 89 | 238 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.07 |
| HSL | 275.03º | 0.81% | 0.64% | - |
| HSV(B) | 275.03º | 0.63% | 0.93% | - |
| XYZ | 36.91 | 22.55 | 83.3 | - |
| YUV | 132 | 187.82 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 238 | 0.26 | 0.63 | 0 | 0.07 | 275.03 | 0.81 | 0.64 |
| Hex | B0 | 59 | EE | 1A | 3F | 0 | 7 | 113 | 51 | 40 |
| Octal | 260 | 131 | 356 | 32 | 77 | 0 | 7 | 423 | 121 | 100 |
| Binary | 10110000 | 1011001 | 11101110 | 11010 | 111111 | 0 | 111 | 100010011 | 1010001 | 1000000 |
Color Harmonies of #B059EE
Complementary color
Monochromatic Colors of #B059EE
Black with #B059EE
Text Example
Text Example
White with #B059EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059EE; }
p { color: rgb(176,89,238); }
H1.HeaderClassName
{
color: #B059EE;
}
.AnyTagClassName
{
color: #B059EE;
}
</style>
background-color css
<style>
a { background-color: #B059EE; }
a { background-color: rgb(176,89,238); }
div.DivClassName
{
background-color: #B059EE;
}
.BgClassName
{
background-color: #B059EE;
}
</style>
border-color css
<style>
span { border-color: #B059EE; }
span { border-color: rgb(176,89,238); }
td.TdClassName
{
border-color: #B059EE;
}
.TagClassName
{
border-color: #B059EE;
}
</style>