Shades of Fuchsia #B542AA
Tints of Fuchsia #B542AA
RGB
CMYK
RGB Variations
Color information
#B542AA (or 0xB542AA) is known color: Fuchsia. HEX triplet: B5, 42 and AA. RGB value is (181,66,170). Sum of RGB (Red+Green+Blue) = 181+66+170=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B542AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B542AA is #4ABD55. Grayscale: #6F6F6F. Windows color (decimal): -4898134 or 11158197. OLE color: 11158197.
HSL color Cylindrical-coordinate representation of color #B542AA: hue angle of 305.74º 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 #B542AA is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 170 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.29 |
| HSL | 305.74º | 0.47% | 0.48% | - |
| HSV(B) | 305.74º | 0.64% | 0.71% | - |
| XYZ | 28.26 | 16.62 | 39.75 | - |
| YUV | 112.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 170 | 0 | 0.64 | 0.06 | 0.29 | 305.74 | 0.47 | 0.48 |
| Hex | B5 | 42 | AA | 0 | 40 | 6 | 1D | 132 | 2F | 30 |
| Octal | 265 | 102 | 252 | 0 | 100 | 6 | 35 | 462 | 57 | 60 |
| Binary | 10110101 | 1000010 | 10101010 | 0 | 1000000 | 110 | 11101 | 100110010 | 101111 | 110000 |
Color Harmonies of #B542AA
Complementary color
Monochromatic Colors of #B542AA
Black with #B542AA
Text Example
Text Example
White with #B542AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542AA; }
p { color: rgb(181,66,170); }
H1.HeaderClassName
{
color: #B542AA;
}
.AnyTagClassName
{
color: #B542AA;
}
</style>
background-color css
<style>
a { background-color: #B542AA; }
a { background-color: rgb(181,66,170); }
div.DivClassName
{
background-color: #B542AA;
}
.BgClassName
{
background-color: #B542AA;
}
</style>
border-color css
<style>
span { border-color: #B542AA; }
span { border-color: rgb(181,66,170); }
td.TdClassName
{
border-color: #B542AA;
}
.TagClassName
{
border-color: #B542AA;
}
</style>