Shades of Medium Orchid #B059FA
Tints of Medium Orchid #B059FA
RGB
CMYK
RGB Variations
Color information
#B059FA (or 0xB059FA) is known color: Medium Orchid. HEX triplet: B0, 59 and FA. RGB value is (176,89,250). Sum of RGB (Red+Green+Blue) = 176+89+250=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #B059FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B059FA is #4FA605. Grayscale: #848484. Windows color (decimal): -5219846 or 16406960. OLE color: 16406960.
HSL color Cylindrical-coordinate representation of color #B059FA: hue angle of 272.42º degrees, saturation: 0.94, 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 #B059FA is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 89 | 250 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.02 |
| HSL | 272.42º | 0.94% | 0.66% | - |
| HSV(B) | 272.42º | 0.64% | 0.98% | - |
| XYZ | 38.73 | 23.28 | 92.89 | - |
| YUV | 133.37 | 193.82 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 250 | 0.30 | 0.64 | 0 | 0.02 | 272.42 | 0.94 | 0.66 |
| Hex | B0 | 59 | FA | 1E | 40 | 0 | 2 | 110 | 5E | 42 |
| Octal | 260 | 131 | 372 | 36 | 100 | 0 | 2 | 420 | 136 | 102 |
| Binary | 10110000 | 1011001 | 11111010 | 11110 | 1000000 | 0 | 10 | 100010000 | 1011110 | 1000010 |
Color Harmonies of #B059FA
Complementary color
Monochromatic Colors of #B059FA
Black with #B059FA
Text Example
Text Example
White with #B059FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059FA; }
p { color: rgb(176,89,250); }
H1.HeaderClassName
{
color: #B059FA;
}
.AnyTagClassName
{
color: #B059FA;
}
</style>
background-color css
<style>
a { background-color: #B059FA; }
a { background-color: rgb(176,89,250); }
div.DivClassName
{
background-color: #B059FA;
}
.BgClassName
{
background-color: #B059FA;
}
</style>
border-color css
<style>
span { border-color: #B059FA; }
span { border-color: rgb(176,89,250); }
td.TdClassName
{
border-color: #B059FA;
}
.TagClassName
{
border-color: #B059FA;
}
</style>