Shades of Fuchsia #B54AB0
Tints of Fuchsia #B54AB0
RGB
CMYK
RGB Variations
Color information
#B54AB0 (or 0xB54AB0) is known color: Fuchsia. HEX triplet: B5, 4A and B0. RGB value is (181,74,176). Sum of RGB (Red+Green+Blue) = 181+74+176=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B54AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54AB0 is #4AB54F. Grayscale: #757575. Windows color (decimal): -4896080 or 11553461. OLE color: 11553461.
HSL color Cylindrical-coordinate representation of color #B54AB0: hue angle of 302.8º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54AB0 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 176 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.29 |
| HSL | 302.8º | 0.42% | 0.5% | - |
| HSV(B) | 302.8º | 0.59% | 0.71% | - |
| XYZ | 29.34 | 17.86 | 42.97 | - |
| YUV | 117.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 176 | 0 | 0.59 | 0.03 | 0.29 | 302.8 | 0.42 | 0.5 |
| Hex | B5 | 4A | B0 | 0 | 3B | 3 | 1D | 12F | 2A | 32 |
| Octal | 265 | 112 | 260 | 0 | 73 | 3 | 35 | 457 | 52 | 62 |
| Binary | 10110101 | 1001010 | 10110000 | 0 | 111011 | 11 | 11101 | 100101111 | 101010 | 110010 |
Color Harmonies of #B54AB0
Complementary color
Monochromatic Colors of #B54AB0
Black with #B54AB0
Text Example
Text Example
White with #B54AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AB0; }
p { color: rgb(181,74,176); }
H1.HeaderClassName
{
color: #B54AB0;
}
.AnyTagClassName
{
color: #B54AB0;
}
</style>
background-color css
<style>
a { background-color: #B54AB0; }
a { background-color: rgb(181,74,176); }
div.DivClassName
{
background-color: #B54AB0;
}
.BgClassName
{
background-color: #B54AB0;
}
</style>
border-color css
<style>
span { border-color: #B54AB0; }
span { border-color: rgb(181,74,176); }
td.TdClassName
{
border-color: #B54AB0;
}
.TagClassName
{
border-color: #B54AB0;
}
</style>