Shades of Fuchsia #B542A9
Tints of Fuchsia #B542A9
RGB
CMYK
RGB Variations
Color information
#B542A9 (or 0xB542A9) is known color: Fuchsia. HEX triplet: B5, 42 and A9. RGB value is (181,66,169). Sum of RGB (Red+Green+Blue) = 181+66+169=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B542A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B542A9 is #4ABD56. Grayscale: #6F6F6F. Windows color (decimal): -4898135 or 11092661. OLE color: 11092661.
HSL color Cylindrical-coordinate representation of color #B542A9: hue angle of 306.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B542A9 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 169 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.29 |
| HSL | 306.26º | 0.47% | 0.48% | - |
| HSV(B) | 306.26º | 0.64% | 0.71% | - |
| XYZ | 28.17 | 16.58 | 39.25 | - |
| YUV | 112.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 169 | 0 | 0.64 | 0.07 | 0.29 | 306.26 | 0.47 | 0.48 |
| Hex | B5 | 42 | A9 | 0 | 40 | 7 | 1D | 132 | 2F | 30 |
| Octal | 265 | 102 | 251 | 0 | 100 | 7 | 35 | 462 | 57 | 60 |
| Binary | 10110101 | 1000010 | 10101001 | 0 | 1000000 | 111 | 11101 | 100110010 | 101111 | 110000 |
Color Harmonies of #B542A9
Complementary color
Monochromatic Colors of #B542A9
Black with #B542A9
Text Example
Text Example
White with #B542A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542A9; }
p { color: rgb(181,66,169); }
H1.HeaderClassName
{
color: #B542A9;
}
.AnyTagClassName
{
color: #B542A9;
}
</style>
background-color css
<style>
a { background-color: #B542A9; }
a { background-color: rgb(181,66,169); }
div.DivClassName
{
background-color: #B542A9;
}
.BgClassName
{
background-color: #B542A9;
}
</style>
border-color css
<style>
span { border-color: #B542A9; }
span { border-color: rgb(181,66,169); }
td.TdClassName
{
border-color: #B542A9;
}
.TagClassName
{
border-color: #B542A9;
}
</style>