Shades of Fuchsia #B543B1
Tints of Fuchsia #B543B1
RGB
CMYK
RGB Variations
Color information
#B543B1 (or 0xB543B1) is known color: Fuchsia. HEX triplet: B5, 43 and B1. RGB value is (181,67,177). Sum of RGB (Red+Green+Blue) = 181+67+177=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B543B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B543B1 is #4ABC4E. Grayscale: #717171. Windows color (decimal): -4897871 or 11617205. OLE color: 11617205.
HSL color Cylindrical-coordinate representation of color #B543B1: hue angle of 302.11º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B543B1 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 177 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.29 |
| HSL | 302.11º | 0.46% | 0.49% | - |
| HSV(B) | 302.11º | 0.63% | 0.71% | - |
| XYZ | 29 | 17.01 | 43.35 | - |
| YUV | 113.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 177 | 0 | 0.63 | 0.02 | 0.29 | 302.11 | 0.46 | 0.49 |
| Hex | B5 | 43 | B1 | 0 | 3F | 2 | 1D | 12E | 2E | 31 |
| Octal | 265 | 103 | 261 | 0 | 77 | 2 | 35 | 456 | 56 | 61 |
| Binary | 10110101 | 1000011 | 10110001 | 0 | 111111 | 10 | 11101 | 100101110 | 101110 | 110001 |
Color Harmonies of #B543B1
Complementary color
Monochromatic Colors of #B543B1
Black with #B543B1
Text Example
Text Example
White with #B543B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543B1; }
p { color: rgb(181,67,177); }
H1.HeaderClassName
{
color: #B543B1;
}
.AnyTagClassName
{
color: #B543B1;
}
</style>
background-color css
<style>
a { background-color: #B543B1; }
a { background-color: rgb(181,67,177); }
div.DivClassName
{
background-color: #B543B1;
}
.BgClassName
{
background-color: #B543B1;
}
</style>
border-color css
<style>
span { border-color: #B543B1; }
span { border-color: rgb(181,67,177); }
td.TdClassName
{
border-color: #B543B1;
}
.TagClassName
{
border-color: #B543B1;
}
</style>