Shades of Medium Orchid #B059EF
Tints of Medium Orchid #B059EF
RGB
CMYK
RGB Variations
Color information
#B059EF (or 0xB059EF) is known color: Medium Orchid. HEX triplet: B0, 59 and EF. RGB value is (176,89,239). Sum of RGB (Red+Green+Blue) = 176+89+239=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #B059EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B059EF is #4FA610. Grayscale: #838383. Windows color (decimal): -5219857 or 15686064. OLE color: 15686064.
HSL color Cylindrical-coordinate representation of color #B059EF: hue angle of 274.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B059EF is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 89 | 239 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.06 |
| HSL | 274.8º | 0.82% | 0.64% | - |
| HSV(B) | 274.8º | 0.63% | 0.94% | - |
| XYZ | 37.06 | 22.61 | 84.07 | - |
| YUV | 132.11 | 188.32 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 239 | 0.26 | 0.63 | 0 | 0.06 | 274.8 | 0.82 | 0.64 |
| Hex | B0 | 59 | EF | 1A | 3F | 0 | 6 | 113 | 52 | 40 |
| Octal | 260 | 131 | 357 | 32 | 77 | 0 | 6 | 423 | 122 | 100 |
| Binary | 10110000 | 1011001 | 11101111 | 11010 | 111111 | 0 | 110 | 100010011 | 1010010 | 1000000 |
Color Harmonies of #B059EF
Complementary color
Monochromatic Colors of #B059EF
Black with #B059EF
Text Example
Text Example
White with #B059EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059EF; }
p { color: rgb(176,89,239); }
H1.HeaderClassName
{
color: #B059EF;
}
.AnyTagClassName
{
color: #B059EF;
}
</style>
background-color css
<style>
a { background-color: #B059EF; }
a { background-color: rgb(176,89,239); }
div.DivClassName
{
background-color: #B059EF;
}
.BgClassName
{
background-color: #B059EF;
}
</style>
border-color css
<style>
span { border-color: #B059EF; }
span { border-color: rgb(176,89,239); }
td.TdClassName
{
border-color: #B059EF;
}
.TagClassName
{
border-color: #B059EF;
}
</style>