Shades of Fuchsia #B559C2
Tints of Fuchsia #B559C2
RGB
CMYK
RGB Variations
Color information
#B559C2 (or 0xB559C2) is known color: Fuchsia. HEX triplet: B5, 59 and C2. RGB value is (181,89,194). Sum of RGB (Red+Green+Blue) = 181+89+194=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #B559C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B559C2 is #4AA63D. Grayscale: #808080. Windows color (decimal): -4892222 or 12736949. OLE color: 12736949.
HSL color Cylindrical-coordinate representation of color #B559C2: hue angle of 292.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B559C2 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 89 | 194 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.24 |
| HSL | 292.57º | 0.46% | 0.55% | - |
| HSV(B) | 292.57º | 0.54% | 0.76% | - |
| XYZ | 32.37 | 20.86 | 53.36 | - |
| YUV | 128.48 | 164.98 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 194 | 0.07 | 0.54 | 0 | 0.24 | 292.57 | 0.46 | 0.55 |
| Hex | B5 | 59 | C2 | 7 | 36 | 0 | 18 | 125 | 2E | 37 |
| Octal | 265 | 131 | 302 | 7 | 66 | 0 | 30 | 445 | 56 | 67 |
| Binary | 10110101 | 1011001 | 11000010 | 111 | 110110 | 0 | 11000 | 100100101 | 101110 | 110111 |
Color Harmonies of #B559C2
Complementary color
Monochromatic Colors of #B559C2
Black with #B559C2
Text Example
Text Example
White with #B559C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B559C2; }
p { color: rgb(181,89,194); }
H1.HeaderClassName
{
color: #B559C2;
}
.AnyTagClassName
{
color: #B559C2;
}
</style>
background-color css
<style>
a { background-color: #B559C2; }
a { background-color: rgb(181,89,194); }
div.DivClassName
{
background-color: #B559C2;
}
.BgClassName
{
background-color: #B559C2;
}
</style>
border-color css
<style>
span { border-color: #B559C2; }
span { border-color: rgb(181,89,194); }
td.TdClassName
{
border-color: #B559C2;
}
.TagClassName
{
border-color: #B559C2;
}
</style>