Shades of Medium Orchid #B559FE
Tints of Medium Orchid #B559FE
RGB
CMYK
RGB Variations
Color information
#B559FE (or 0xB559FE) is known color: Medium Orchid. HEX triplet: B5, 59 and FE. RGB value is (181,89,254). Sum of RGB (Red+Green+Blue) = 181+89+254=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #B559FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B559FE is #4AA601. Grayscale: #868686. Windows color (decimal): -4892162 or 16669109. OLE color: 16669109.
HSL color Cylindrical-coordinate representation of color #B559FE: hue angle of 273.45º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B559FE is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 89 | 254 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.00 |
| HSL | 273.45º | 0.99% | 0.67% | - |
| HSV(B) | 273.45º | 0.65% | 1% | - |
| XYZ | 40.52 | 24.12 | 96.29 | - |
| YUV | 135.32 | 194.98 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 254 | 0.29 | 0.65 | 0 | 0.00 | 273.45 | 0.99 | 0.67 |
| Hex | B5 | 59 | FE | 1D | 41 | 0 | 0 | 111 | 63 | 43 |
| Octal | 265 | 131 | 376 | 35 | 101 | 0 | 0 | 421 | 143 | 103 |
| Binary | 10110101 | 1011001 | 11111110 | 11101 | 1000001 | 0 | 0 | 100010001 | 1100011 | 1000011 |
Color Harmonies of #B559FE
Complementary color
Monochromatic Colors of #B559FE
Black with #B559FE
Text Example
Text Example
White with #B559FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B559FE; }
p { color: rgb(181,89,254); }
H1.HeaderClassName
{
color: #B559FE;
}
.AnyTagClassName
{
color: #B559FE;
}
</style>
background-color css
<style>
a { background-color: #B559FE; }
a { background-color: rgb(181,89,254); }
div.DivClassName
{
background-color: #B559FE;
}
.BgClassName
{
background-color: #B559FE;
}
</style>
border-color css
<style>
span { border-color: #B559FE; }
span { border-color: rgb(181,89,254); }
td.TdClassName
{
border-color: #B559FE;
}
.TagClassName
{
border-color: #B559FE;
}
</style>