Shades of Fuchsia #B543BA
Tints of Fuchsia #B543BA
RGB
CMYK
RGB Variations
Color information
#B543BA (or 0xB543BA) is known color: Fuchsia. HEX triplet: B5, 43 and BA. RGB value is (181,67,186). Sum of RGB (Red+Green+Blue) = 181+67+186=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #B543BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543BA is #4ABC45. Grayscale: #727272. Windows color (decimal): -4897862 or 12207029. OLE color: 12207029.
HSL color Cylindrical-coordinate representation of color #B543BA: hue angle of 297.48º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B543BA is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 67 | 186 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.27 |
| HSL | 297.48º | 0.47% | 0.5% | - |
| HSV(B) | 297.48º | 0.64% | 0.73% | - |
| XYZ | 29.93 | 17.38 | 48.23 | - |
| YUV | 114.65 | 168.27 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 186 | 0.03 | 0.64 | 0 | 0.27 | 297.48 | 0.47 | 0.5 |
| Hex | B5 | 43 | BA | 3 | 40 | 0 | 1B | 129 | 2F | 32 |
| Octal | 265 | 103 | 272 | 3 | 100 | 0 | 33 | 451 | 57 | 62 |
| Binary | 10110101 | 1000011 | 10111010 | 11 | 1000000 | 0 | 11011 | 100101001 | 101111 | 110010 |
Color Harmonies of #B543BA
Complementary color
Monochromatic Colors of #B543BA
Black with #B543BA
Text Example
Text Example
White with #B543BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543BA; }
p { color: rgb(181,67,186); }
H1.HeaderClassName
{
color: #B543BA;
}
.AnyTagClassName
{
color: #B543BA;
}
</style>
background-color css
<style>
a { background-color: #B543BA; }
a { background-color: rgb(181,67,186); }
div.DivClassName
{
background-color: #B543BA;
}
.BgClassName
{
background-color: #B543BA;
}
</style>
border-color css
<style>
span { border-color: #B543BA; }
span { border-color: rgb(181,67,186); }
td.TdClassName
{
border-color: #B543BA;
}
.TagClassName
{
border-color: #B543BA;
}
</style>