Shades of Fuchsia #B54CA9
Tints of Fuchsia #B54CA9
RGB
CMYK
RGB Variations
Color information
#B54CA9 (or 0xB54CA9) is known color: Fuchsia. HEX triplet: B5, 4C and A9. RGB value is (181,76,169). Sum of RGB (Red+Green+Blue) = 181+76+169=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B54CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54CA9 is #4AB356. Grayscale: #757575. Windows color (decimal): -4895575 or 11095221. OLE color: 11095221.
HSL color Cylindrical-coordinate representation of color #B54CA9: hue angle of 306.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B54CA9 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 169 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.29 |
| HSL | 306.86º | 0.42% | 0.5% | - |
| HSV(B) | 306.86º | 0.58% | 0.71% | - |
| XYZ | 28.8 | 17.86 | 39.46 | - |
| YUV | 118 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 169 | 0 | 0.58 | 0.07 | 0.29 | 306.86 | 0.42 | 0.5 |
| Hex | B5 | 4C | A9 | 0 | 3A | 7 | 1D | 133 | 2A | 32 |
| Octal | 265 | 114 | 251 | 0 | 72 | 7 | 35 | 463 | 52 | 62 |
| Binary | 10110101 | 1001100 | 10101001 | 0 | 111010 | 111 | 11101 | 100110011 | 101010 | 110010 |
Color Harmonies of #B54CA9
Complementary color
Monochromatic Colors of #B54CA9
Black with #B54CA9
Text Example
Text Example
White with #B54CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54CA9; }
p { color: rgb(181,76,169); }
H1.HeaderClassName
{
color: #B54CA9;
}
.AnyTagClassName
{
color: #B54CA9;
}
</style>
background-color css
<style>
a { background-color: #B54CA9; }
a { background-color: rgb(181,76,169); }
div.DivClassName
{
background-color: #B54CA9;
}
.BgClassName
{
background-color: #B54CA9;
}
</style>
border-color css
<style>
span { border-color: #B54CA9; }
span { border-color: rgb(181,76,169); }
td.TdClassName
{
border-color: #B54CA9;
}
.TagClassName
{
border-color: #B54CA9;
}
</style>