Shades of Fuchsia #B54CAD
Tints of Fuchsia #B54CAD
RGB
CMYK
RGB Variations
Color information
#B54CAD (or 0xB54CAD) is known color: Fuchsia. HEX triplet: B5, 4C and AD. RGB value is (181,76,173). Sum of RGB (Red+Green+Blue) = 181+76+173=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B54CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54CAD is #4AB352. Grayscale: #767676. Windows color (decimal): -4895571 or 11357365. OLE color: 11357365.
HSL color Cylindrical-coordinate representation of color #B54CAD: hue angle of 304.57º 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 #B54CAD is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 173 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.29 |
| HSL | 304.57º | 0.42% | 0.5% | - |
| HSV(B) | 304.57º | 0.58% | 0.71% | - |
| XYZ | 29.18 | 18.01 | 41.47 | - |
| YUV | 118.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 173 | 0 | 0.58 | 0.04 | 0.29 | 304.57 | 0.42 | 0.5 |
| Hex | B5 | 4C | AD | 0 | 3A | 4 | 1D | 131 | 2A | 32 |
| Octal | 265 | 114 | 255 | 0 | 72 | 4 | 35 | 461 | 52 | 62 |
| Binary | 10110101 | 1001100 | 10101101 | 0 | 111010 | 100 | 11101 | 100110001 | 101010 | 110010 |
Color Harmonies of #B54CAD
Complementary color
Monochromatic Colors of #B54CAD
Black with #B54CAD
Text Example
Text Example
White with #B54CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54CAD; }
p { color: rgb(181,76,173); }
H1.HeaderClassName
{
color: #B54CAD;
}
.AnyTagClassName
{
color: #B54CAD;
}
</style>
background-color css
<style>
a { background-color: #B54CAD; }
a { background-color: rgb(181,76,173); }
div.DivClassName
{
background-color: #B54CAD;
}
.BgClassName
{
background-color: #B54CAD;
}
</style>
border-color css
<style>
span { border-color: #B54CAD; }
span { border-color: rgb(181,76,173); }
td.TdClassName
{
border-color: #B54CAD;
}
.TagClassName
{
border-color: #B54CAD;
}
</style>