Shades of Fuchsia #B54AB4
Tints of Fuchsia #B54AB4
RGB
CMYK
RGB Variations
Color information
#B54AB4 (or 0xB54AB4) is known color: Fuchsia. HEX triplet: B5, 4A and B4. RGB value is (181,74,180). Sum of RGB (Red+Green+Blue) = 181+74+180=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B54AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54AB4 is #4AB54B. Grayscale: #757575. Windows color (decimal): -4896076 or 11815605. OLE color: 11815605.
HSL color Cylindrical-coordinate representation of color #B54AB4: hue angle of 300.56º 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 #B54AB4 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 180 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.29 |
| HSL | 300.56º | 0.42% | 0.5% | - |
| HSV(B) | 300.56º | 0.59% | 0.71% | - |
| XYZ | 29.74 | 18.02 | 45.09 | - |
| YUV | 118.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 180 | 0 | 0.59 | 0.01 | 0.29 | 300.56 | 0.42 | 0.5 |
| Hex | B5 | 4A | B4 | 0 | 3B | 1 | 1D | 12D | 2A | 32 |
| Octal | 265 | 112 | 264 | 0 | 73 | 1 | 35 | 455 | 52 | 62 |
| Binary | 10110101 | 1001010 | 10110100 | 0 | 111011 | 1 | 11101 | 100101101 | 101010 | 110010 |
Color Harmonies of #B54AB4
Complementary color
Monochromatic Colors of #B54AB4
Black with #B54AB4
Text Example
Text Example
White with #B54AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AB4; }
p { color: rgb(181,74,180); }
H1.HeaderClassName
{
color: #B54AB4;
}
.AnyTagClassName
{
color: #B54AB4;
}
</style>
background-color css
<style>
a { background-color: #B54AB4; }
a { background-color: rgb(181,74,180); }
div.DivClassName
{
background-color: #B54AB4;
}
.BgClassName
{
background-color: #B54AB4;
}
</style>
border-color css
<style>
span { border-color: #B54AB4; }
span { border-color: rgb(181,74,180); }
td.TdClassName
{
border-color: #B54AB4;
}
.TagClassName
{
border-color: #B54AB4;
}
</style>