Shades of Fuchsia #B54DAD
Tints of Fuchsia #B54DAD
RGB
CMYK
RGB Variations
Color information
#B54DAD (or 0xB54DAD) is known color: Fuchsia. HEX triplet: B5, 4D and AD. RGB value is (181,77,173). Sum of RGB (Red+Green+Blue) = 181+77+173=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B54DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54DAD is #4AB252. Grayscale: #767676. Windows color (decimal): -4895315 or 11357621. OLE color: 11357621.
HSL color Cylindrical-coordinate representation of color #B54DAD: hue angle of 304.62º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54DAD is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 173 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.29 |
| HSL | 304.62º | 0.41% | 0.51% | - |
| HSV(B) | 304.62º | 0.57% | 0.71% | - |
| XYZ | 29.25 | 18.15 | 41.5 | - |
| YUV | 119.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 173 | 0 | 0.57 | 0.04 | 0.29 | 304.62 | 0.41 | 0.51 |
| Hex | B5 | 4D | AD | 0 | 39 | 4 | 1D | 131 | 29 | 33 |
| Octal | 265 | 115 | 255 | 0 | 71 | 4 | 35 | 461 | 51 | 63 |
| Binary | 10110101 | 1001101 | 10101101 | 0 | 111001 | 100 | 11101 | 100110001 | 101001 | 110011 |
Color Harmonies of #B54DAD
Complementary color
Monochromatic Colors of #B54DAD
Black with #B54DAD
Text Example
Text Example
White with #B54DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DAD; }
p { color: rgb(181,77,173); }
H1.HeaderClassName
{
color: #B54DAD;
}
.AnyTagClassName
{
color: #B54DAD;
}
</style>
background-color css
<style>
a { background-color: #B54DAD; }
a { background-color: rgb(181,77,173); }
div.DivClassName
{
background-color: #B54DAD;
}
.BgClassName
{
background-color: #B54DAD;
}
</style>
border-color css
<style>
span { border-color: #B54DAD; }
span { border-color: rgb(181,77,173); }
td.TdClassName
{
border-color: #B54DAD;
}
.TagClassName
{
border-color: #B54DAD;
}
</style>