Shades of Fuchsia #B542AD
Tints of Fuchsia #B542AD
RGB
CMYK
RGB Variations
Color information
#B542AD (or 0xB542AD) is known color: Fuchsia. HEX triplet: B5, 42 and AD. RGB value is (181,66,173). Sum of RGB (Red+Green+Blue) = 181+66+173=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B542AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B542AD is #4ABD52. Grayscale: #707070. Windows color (decimal): -4898131 or 11354805. OLE color: 11354805.
HSL color Cylindrical-coordinate representation of color #B542AD: hue angle of 304.17º 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 #B542AD is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 173 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.29 |
| HSL | 304.17º | 0.47% | 0.48% | - |
| HSV(B) | 304.17º | 0.64% | 0.71% | - |
| XYZ | 28.55 | 16.74 | 41.26 | - |
| YUV | 112.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 173 | 0 | 0.64 | 0.04 | 0.29 | 304.17 | 0.47 | 0.48 |
| Hex | B5 | 42 | AD | 0 | 40 | 4 | 1D | 130 | 2F | 30 |
| Octal | 265 | 102 | 255 | 0 | 100 | 4 | 35 | 460 | 57 | 60 |
| Binary | 10110101 | 1000010 | 10101101 | 0 | 1000000 | 100 | 11101 | 100110000 | 101111 | 110000 |
Color Harmonies of #B542AD
Complementary color
Monochromatic Colors of #B542AD
Black with #B542AD
Text Example
Text Example
White with #B542AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542AD; }
p { color: rgb(181,66,173); }
H1.HeaderClassName
{
color: #B542AD;
}
.AnyTagClassName
{
color: #B542AD;
}
</style>
background-color css
<style>
a { background-color: #B542AD; }
a { background-color: rgb(181,66,173); }
div.DivClassName
{
background-color: #B542AD;
}
.BgClassName
{
background-color: #B542AD;
}
</style>
border-color css
<style>
span { border-color: #B542AD; }
span { border-color: rgb(181,66,173); }
td.TdClassName
{
border-color: #B542AD;
}
.TagClassName
{
border-color: #B542AD;
}
</style>