Shades of Fuchsia #B54AB7
Tints of Fuchsia #B54AB7
RGB
CMYK
RGB Variations
Color information
#B54AB7 (or 0xB54AB7) is known color: Fuchsia. HEX triplet: B5, 4A and B7. RGB value is (181,74,183). Sum of RGB (Red+Green+Blue) = 181+74+183=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: blue. Hex color #B54AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54AB7 is #4AB548. Grayscale: #767676. Windows color (decimal): -4896073 or 12012213. OLE color: 12012213.
HSL color Cylindrical-coordinate representation of color #B54AB7: hue angle of 298.9º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54AB7 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 74 | 183 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.28 |
| HSL | 298.9º | 0.43% | 0.5% | - |
| HSV(B) | 298.9º | 0.6% | 0.72% | - |
| XYZ | 30.05 | 18.14 | 46.72 | - |
| YUV | 118.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 183 | 0.01 | 0.60 | 0 | 0.28 | 298.9 | 0.43 | 0.5 |
| Hex | B5 | 4A | B7 | 1 | 3C | 0 | 1C | 12B | 2B | 32 |
| Octal | 265 | 112 | 267 | 1 | 74 | 0 | 34 | 453 | 53 | 62 |
| Binary | 10110101 | 1001010 | 10110111 | 1 | 111100 | 0 | 11100 | 100101011 | 101011 | 110010 |
Color Harmonies of #B54AB7
Complementary color
Monochromatic Colors of #B54AB7
Black with #B54AB7
Text Example
Text Example
White with #B54AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AB7; }
p { color: rgb(181,74,183); }
H1.HeaderClassName
{
color: #B54AB7;
}
.AnyTagClassName
{
color: #B54AB7;
}
</style>
background-color css
<style>
a { background-color: #B54AB7; }
a { background-color: rgb(181,74,183); }
div.DivClassName
{
background-color: #B54AB7;
}
.BgClassName
{
background-color: #B54AB7;
}
</style>
border-color css
<style>
span { border-color: #B54AB7; }
span { border-color: rgb(181,74,183); }
td.TdClassName
{
border-color: #B54AB7;
}
.TagClassName
{
border-color: #B54AB7;
}
</style>