Shades of Medium Orchid #B059F9
Tints of Medium Orchid #B059F9
RGB
CMYK
RGB Variations
Color information
#B059F9 (or 0xB059F9) is known color: Medium Orchid. HEX triplet: B0, 59 and F9. RGB value is (176,89,249). Sum of RGB (Red+Green+Blue) = 176+89+249=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #B059F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B059F9 is #4FA606. Grayscale: #848484. Windows color (decimal): -5219847 or 16341424. OLE color: 16341424.
HSL color Cylindrical-coordinate representation of color #B059F9: hue angle of 272.62º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B059F9 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 89 | 249 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.02 |
| HSL | 272.63º | 0.93% | 0.66% | - |
| HSV(B) | 272.63º | 0.64% | 0.98% | - |
| XYZ | 38.58 | 23.21 | 92.07 | - |
| YUV | 133.25 | 193.32 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 249 | 0.29 | 0.64 | 0 | 0.02 | 272.63 | 0.93 | 0.66 |
| Hex | B0 | 59 | F9 | 1D | 40 | 0 | 2 | 111 | 5D | 42 |
| Octal | 260 | 131 | 371 | 35 | 100 | 0 | 2 | 421 | 135 | 102 |
| Binary | 10110000 | 1011001 | 11111001 | 11101 | 1000000 | 0 | 10 | 100010001 | 1011101 | 1000010 |
Color Harmonies of #B059F9
Complementary color
Monochromatic Colors of #B059F9
Black with #B059F9
Text Example
Text Example
White with #B059F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059F9; }
p { color: rgb(176,89,249); }
H1.HeaderClassName
{
color: #B059F9;
}
.AnyTagClassName
{
color: #B059F9;
}
</style>
background-color css
<style>
a { background-color: #B059F9; }
a { background-color: rgb(176,89,249); }
div.DivClassName
{
background-color: #B059F9;
}
.BgClassName
{
background-color: #B059F9;
}
</style>
border-color css
<style>
span { border-color: #B059F9; }
span { border-color: rgb(176,89,249); }
td.TdClassName
{
border-color: #B059F9;
}
.TagClassName
{
border-color: #B059F9;
}
</style>