Shades of Fuchsia #B54AB8
Tints of Fuchsia #B54AB8
RGB
CMYK
RGB Variations
Color information
#B54AB8 (or 0xB54AB8) is known color: Fuchsia. HEX triplet: B5, 4A and B8. RGB value is (181,74,184). Sum of RGB (Red+Green+Blue) = 181+74+184=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 184 - color contains mainly: blue. Hex color #B54AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54AB8 is #4AB547. Grayscale: #767676. Windows color (decimal): -4896072 or 12077749. OLE color: 12077749.
HSL color Cylindrical-coordinate representation of color #B54AB8: hue angle of 298.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54AB8 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 74 | 184 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.28 |
| HSL | 298.36º | 0.44% | 0.51% | - |
| HSV(B) | 298.36º | 0.6% | 0.72% | - |
| XYZ | 30.16 | 18.18 | 47.27 | - |
| YUV | 118.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 184 | 0.02 | 0.60 | 0 | 0.28 | 298.36 | 0.44 | 0.51 |
| Hex | B5 | 4A | B8 | 2 | 3C | 0 | 1C | 12A | 2C | 33 |
| Octal | 265 | 112 | 270 | 2 | 74 | 0 | 34 | 452 | 54 | 63 |
| Binary | 10110101 | 1001010 | 10111000 | 10 | 111100 | 0 | 11100 | 100101010 | 101100 | 110011 |
Color Harmonies of #B54AB8
Complementary color
Monochromatic Colors of #B54AB8
Black with #B54AB8
Text Example
Text Example
White with #B54AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AB8; }
p { color: rgb(181,74,184); }
H1.HeaderClassName
{
color: #B54AB8;
}
.AnyTagClassName
{
color: #B54AB8;
}
</style>
background-color css
<style>
a { background-color: #B54AB8; }
a { background-color: rgb(181,74,184); }
div.DivClassName
{
background-color: #B54AB8;
}
.BgClassName
{
background-color: #B54AB8;
}
</style>
border-color css
<style>
span { border-color: #B54AB8; }
span { border-color: rgb(181,74,184); }
td.TdClassName
{
border-color: #B54AB8;
}
.TagClassName
{
border-color: #B54AB8;
}
</style>