Shades of Fuchsia #B541A6
Tints of Fuchsia #B541A6
RGB
CMYK
RGB Variations
Color information
#B541A6 (or 0xB541A6) is known color: Fuchsia. HEX triplet: B5, 41 and A6. RGB value is (181,65,166). Sum of RGB (Red+Green+Blue) = 181+65+166=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B541A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B541A6 is #4ABE59. Grayscale: #6E6E6E. Windows color (decimal): -4898394 or 10895797. OLE color: 10895797.
HSL color Cylindrical-coordinate representation of color #B541A6: hue angle of 307.76º 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 #B541A6 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 166 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.29 |
| HSL | 307.76º | 0.47% | 0.48% | - |
| HSV(B) | 307.76º | 0.64% | 0.71% | - |
| XYZ | 27.83 | 16.36 | 37.77 | - |
| YUV | 111.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 166 | 0 | 0.64 | 0.08 | 0.29 | 307.76 | 0.47 | 0.48 |
| Hex | B5 | 41 | A6 | 0 | 40 | 8 | 1D | 134 | 2F | 30 |
| Octal | 265 | 101 | 246 | 0 | 100 | 10 | 35 | 464 | 57 | 60 |
| Binary | 10110101 | 1000001 | 10100110 | 0 | 1000000 | 1000 | 11101 | 100110100 | 101111 | 110000 |
Color Harmonies of #B541A6
Complementary color
Monochromatic Colors of #B541A6
Black with #B541A6
Text Example
Text Example
White with #B541A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541A6; }
p { color: rgb(181,65,166); }
H1.HeaderClassName
{
color: #B541A6;
}
.AnyTagClassName
{
color: #B541A6;
}
</style>
background-color css
<style>
a { background-color: #B541A6; }
a { background-color: rgb(181,65,166); }
div.DivClassName
{
background-color: #B541A6;
}
.BgClassName
{
background-color: #B541A6;
}
</style>
border-color css
<style>
span { border-color: #B541A6; }
span { border-color: rgb(181,65,166); }
td.TdClassName
{
border-color: #B541A6;
}
.TagClassName
{
border-color: #B541A6;
}
</style>