Shades of Fuchsia #B541AB
Tints of Fuchsia #B541AB
RGB
CMYK
RGB Variations
Color information
#B541AB (or 0xB541AB) is known color: Fuchsia. HEX triplet: B5, 41 and AB. RGB value is (181,65,171). Sum of RGB (Red+Green+Blue) = 181+65+171=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B541AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B541AB is #4ABE54. Grayscale: #6F6F6F. Windows color (decimal): -4898389 or 11223477. OLE color: 11223477.
HSL color Cylindrical-coordinate representation of color #B541AB: hue angle of 305.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 #B541AB is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 171 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.29 |
| HSL | 305.17º | 0.47% | 0.48% | - |
| HSV(B) | 305.17º | 0.64% | 0.71% | - |
| XYZ | 28.3 | 16.54 | 40.23 | - |
| YUV | 111.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 171 | 0 | 0.64 | 0.06 | 0.29 | 305.17 | 0.47 | 0.48 |
| Hex | B5 | 41 | AB | 0 | 40 | 6 | 1D | 131 | 2F | 30 |
| Octal | 265 | 101 | 253 | 0 | 100 | 6 | 35 | 461 | 57 | 60 |
| Binary | 10110101 | 1000001 | 10101011 | 0 | 1000000 | 110 | 11101 | 100110001 | 101111 | 110000 |
Color Harmonies of #B541AB
Complementary color
Monochromatic Colors of #B541AB
Black with #B541AB
Text Example
Text Example
White with #B541AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541AB; }
p { color: rgb(181,65,171); }
H1.HeaderClassName
{
color: #B541AB;
}
.AnyTagClassName
{
color: #B541AB;
}
</style>
background-color css
<style>
a { background-color: #B541AB; }
a { background-color: rgb(181,65,171); }
div.DivClassName
{
background-color: #B541AB;
}
.BgClassName
{
background-color: #B541AB;
}
</style>
border-color css
<style>
span { border-color: #B541AB; }
span { border-color: rgb(181,65,171); }
td.TdClassName
{
border-color: #B541AB;
}
.TagClassName
{
border-color: #B541AB;
}
</style>