Shades of Fuchsia #B542AB
Tints of Fuchsia #B542AB
RGB
CMYK
RGB Variations
Color information
#B542AB (or 0xB542AB) is known color: Fuchsia. HEX triplet: B5, 42 and AB. RGB value is (181,66,171). Sum of RGB (Red+Green+Blue) = 181+66+171=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B542AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B542AB is #4ABD54. Grayscale: #707070. Windows color (decimal): -4898133 or 11223733. OLE color: 11223733.
HSL color Cylindrical-coordinate representation of color #B542AB: hue angle of 305.22º 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 #B542AB is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 171 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.29 |
| HSL | 305.22º | 0.47% | 0.48% | - |
| HSV(B) | 305.22º | 0.64% | 0.71% | - |
| XYZ | 28.35 | 16.66 | 40.25 | - |
| YUV | 112.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 171 | 0 | 0.64 | 0.06 | 0.29 | 305.22 | 0.47 | 0.48 |
| Hex | B5 | 42 | AB | 0 | 40 | 6 | 1D | 131 | 2F | 30 |
| Octal | 265 | 102 | 253 | 0 | 100 | 6 | 35 | 461 | 57 | 60 |
| Binary | 10110101 | 1000010 | 10101011 | 0 | 1000000 | 110 | 11101 | 100110001 | 101111 | 110000 |
Color Harmonies of #B542AB
Complementary color
Monochromatic Colors of #B542AB
Black with #B542AB
Text Example
Text Example
White with #B542AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542AB; }
p { color: rgb(181,66,171); }
H1.HeaderClassName
{
color: #B542AB;
}
.AnyTagClassName
{
color: #B542AB;
}
</style>
background-color css
<style>
a { background-color: #B542AB; }
a { background-color: rgb(181,66,171); }
div.DivClassName
{
background-color: #B542AB;
}
.BgClassName
{
background-color: #B542AB;
}
</style>
border-color css
<style>
span { border-color: #B542AB; }
span { border-color: rgb(181,66,171); }
td.TdClassName
{
border-color: #B542AB;
}
.TagClassName
{
border-color: #B542AB;
}
</style>