Shades of Fuchsia #B541AD
Tints of Fuchsia #B541AD
RGB
CMYK
RGB Variations
Color information
#B541AD (or 0xB541AD) is known color: Fuchsia. HEX triplet: B5, 41 and AD. RGB value is (181,65,173). Sum of RGB (Red+Green+Blue) = 181+65+173=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B541AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B541AD is #4ABE52. Grayscale: #6F6F6F. Windows color (decimal): -4898387 or 11354549. OLE color: 11354549.
HSL color Cylindrical-coordinate representation of color #B541AD: hue angle of 304.14º 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 #B541AD is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 173 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.29 |
| HSL | 304.14º | 0.47% | 0.48% | - |
| HSV(B) | 304.14º | 0.64% | 0.71% | - |
| XYZ | 28.49 | 16.62 | 41.24 | - |
| YUV | 112 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 173 | 0 | 0.64 | 0.04 | 0.29 | 304.14 | 0.47 | 0.48 |
| Hex | B5 | 41 | AD | 0 | 40 | 4 | 1D | 130 | 2F | 30 |
| Octal | 265 | 101 | 255 | 0 | 100 | 4 | 35 | 460 | 57 | 60 |
| Binary | 10110101 | 1000001 | 10101101 | 0 | 1000000 | 100 | 11101 | 100110000 | 101111 | 110000 |
Color Harmonies of #B541AD
Complementary color
Monochromatic Colors of #B541AD
Black with #B541AD
Text Example
Text Example
White with #B541AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541AD; }
p { color: rgb(181,65,173); }
H1.HeaderClassName
{
color: #B541AD;
}
.AnyTagClassName
{
color: #B541AD;
}
</style>
background-color css
<style>
a { background-color: #B541AD; }
a { background-color: rgb(181,65,173); }
div.DivClassName
{
background-color: #B541AD;
}
.BgClassName
{
background-color: #B541AD;
}
</style>
border-color css
<style>
span { border-color: #B541AD; }
span { border-color: rgb(181,65,173); }
td.TdClassName
{
border-color: #B541AD;
}
.TagClassName
{
border-color: #B541AD;
}
</style>