Shades of Medium Orchid #B559FA
Tints of Medium Orchid #B559FA
RGB
CMYK
RGB Variations
Color information
#B559FA (or 0xB559FA) is known color: Medium Orchid. HEX triplet: B5, 59 and FA. RGB value is (181,89,250). Sum of RGB (Red+Green+Blue) = 181+89+250=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #B559FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B559FA is #4AA605. Grayscale: #868686. Windows color (decimal): -4892166 or 16406965. OLE color: 16406965.
HSL color Cylindrical-coordinate representation of color #B559FA: hue angle of 274.29º 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 #B559FA is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 89 | 250 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.02 |
| HSL | 274.29º | 0.94% | 0.66% | - |
| HSV(B) | 274.29º | 0.64% | 0.98% | - |
| XYZ | 39.88 | 23.87 | 92.95 | - |
| YUV | 134.86 | 192.98 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 250 | 0.28 | 0.64 | 0 | 0.02 | 274.29 | 0.94 | 0.66 |
| Hex | B5 | 59 | FA | 1C | 40 | 0 | 2 | 112 | 5E | 42 |
| Octal | 265 | 131 | 372 | 34 | 100 | 0 | 2 | 422 | 136 | 102 |
| Binary | 10110101 | 1011001 | 11111010 | 11100 | 1000000 | 0 | 10 | 100010010 | 1011110 | 1000010 |
Color Harmonies of #B559FA
Complementary color
Monochromatic Colors of #B559FA
Black with #B559FA
Text Example
Text Example
White with #B559FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B559FA; }
p { color: rgb(181,89,250); }
H1.HeaderClassName
{
color: #B559FA;
}
.AnyTagClassName
{
color: #B559FA;
}
</style>
background-color css
<style>
a { background-color: #B559FA; }
a { background-color: rgb(181,89,250); }
div.DivClassName
{
background-color: #B559FA;
}
.BgClassName
{
background-color: #B559FA;
}
</style>
border-color css
<style>
span { border-color: #B559FA; }
span { border-color: rgb(181,89,250); }
td.TdClassName
{
border-color: #B559FA;
}
.TagClassName
{
border-color: #B559FA;
}
</style>