Shades of Fuchsia #B541BA
Tints of Fuchsia #B541BA
RGB
CMYK
RGB Variations
Color information
#B541BA (or 0xB541BA) is known color: Fuchsia. HEX triplet: B5, 41 and BA. RGB value is (181,65,186). Sum of RGB (Red+Green+Blue) = 181+65+186=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #B541BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541BA is #4ABE45. Grayscale: #717171. Windows color (decimal): -4898374 or 12206517. OLE color: 12206517.
HSL color Cylindrical-coordinate representation of color #B541BA: hue angle of 297.52º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B541BA is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 65 | 186 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.27 |
| HSL | 297.52º | 0.48% | 0.49% | - |
| HSV(B) | 297.52º | 0.65% | 0.73% | - |
| XYZ | 29.81 | 17.15 | 48.19 | - |
| YUV | 113.48 | 168.93 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 186 | 0.03 | 0.65 | 0 | 0.27 | 297.52 | 0.48 | 0.49 |
| Hex | B5 | 41 | BA | 3 | 41 | 0 | 1B | 12A | 30 | 31 |
| Octal | 265 | 101 | 272 | 3 | 101 | 0 | 33 | 452 | 60 | 61 |
| Binary | 10110101 | 1000001 | 10111010 | 11 | 1000001 | 0 | 11011 | 100101010 | 110000 | 110001 |
Color Harmonies of #B541BA
Complementary color
Monochromatic Colors of #B541BA
Black with #B541BA
Text Example
Text Example
White with #B541BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541BA; }
p { color: rgb(181,65,186); }
H1.HeaderClassName
{
color: #B541BA;
}
.AnyTagClassName
{
color: #B541BA;
}
</style>
background-color css
<style>
a { background-color: #B541BA; }
a { background-color: rgb(181,65,186); }
div.DivClassName
{
background-color: #B541BA;
}
.BgClassName
{
background-color: #B541BA;
}
</style>
border-color css
<style>
span { border-color: #B541BA; }
span { border-color: rgb(181,65,186); }
td.TdClassName
{
border-color: #B541BA;
}
.TagClassName
{
border-color: #B541BA;
}
</style>