Shades of Fuchsia #B554B2
Tints of Fuchsia #B554B2
RGB
CMYK
RGB Variations
Color information
#B554B2 (or 0xB554B2) is known color: Fuchsia. HEX triplet: B5, 54 and B2. RGB value is (181,84,178). Sum of RGB (Red+Green+Blue) = 181+84+178=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B554B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B554B2 is #4AAB4D. Grayscale: #7B7B7B. Windows color (decimal): -4893518 or 11687093. OLE color: 11687093.
HSL color Cylindrical-coordinate representation of color #B554B2: hue angle of 301.86º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B554B2 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 178 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.29 |
| HSL | 301.86º | 0.4% | 0.52% | - |
| HSV(B) | 301.86º | 0.54% | 0.71% | - |
| XYZ | 30.26 | 19.38 | 44.26 | - |
| YUV | 123.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 178 | 0 | 0.54 | 0.02 | 0.29 | 301.86 | 0.4 | 0.52 |
| Hex | B5 | 54 | B2 | 0 | 36 | 2 | 1D | 12E | 28 | 34 |
| Octal | 265 | 124 | 262 | 0 | 66 | 2 | 35 | 456 | 50 | 64 |
| Binary | 10110101 | 1010100 | 10110010 | 0 | 110110 | 10 | 11101 | 100101110 | 101000 | 110100 |
Color Harmonies of #B554B2
Complementary color
Monochromatic Colors of #B554B2
Black with #B554B2
Text Example
Text Example
White with #B554B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B554B2; }
p { color: rgb(181,84,178); }
H1.HeaderClassName
{
color: #B554B2;
}
.AnyTagClassName
{
color: #B554B2;
}
</style>
background-color css
<style>
a { background-color: #B554B2; }
a { background-color: rgb(181,84,178); }
div.DivClassName
{
background-color: #B554B2;
}
.BgClassName
{
background-color: #B554B2;
}
</style>
border-color css
<style>
span { border-color: #B554B2; }
span { border-color: rgb(181,84,178); }
td.TdClassName
{
border-color: #B554B2;
}
.TagClassName
{
border-color: #B554B2;
}
</style>