Shades of Fuchsia #B543A8
Tints of Fuchsia #B543A8
RGB
CMYK
RGB Variations
Color information
#B543A8 (or 0xB543A8) is known color: Fuchsia. HEX triplet: B5, 43 and A8. RGB value is (181,67,168). Sum of RGB (Red+Green+Blue) = 181+67+168=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B543A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B543A8 is #4ABC57. Grayscale: #707070. Windows color (decimal): -4897880 or 11027381. OLE color: 11027381.
HSL color Cylindrical-coordinate representation of color #B543A8: hue angle of 306.84º 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 #B543A8 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 168 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.29 |
| HSL | 306.84º | 0.46% | 0.49% | - |
| HSV(B) | 306.84º | 0.63% | 0.71% | - |
| XYZ | 28.13 | 16.67 | 38.78 | - |
| YUV | 112.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 168 | 0 | 0.63 | 0.07 | 0.29 | 306.84 | 0.46 | 0.49 |
| Hex | B5 | 43 | A8 | 0 | 3F | 7 | 1D | 133 | 2E | 31 |
| Octal | 265 | 103 | 250 | 0 | 77 | 7 | 35 | 463 | 56 | 61 |
| Binary | 10110101 | 1000011 | 10101000 | 0 | 111111 | 111 | 11101 | 100110011 | 101110 | 110001 |
Color Harmonies of #B543A8
Complementary color
Monochromatic Colors of #B543A8
Black with #B543A8
Text Example
Text Example
White with #B543A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543A8; }
p { color: rgb(181,67,168); }
H1.HeaderClassName
{
color: #B543A8;
}
.AnyTagClassName
{
color: #B543A8;
}
</style>
background-color css
<style>
a { background-color: #B543A8; }
a { background-color: rgb(181,67,168); }
div.DivClassName
{
background-color: #B543A8;
}
.BgClassName
{
background-color: #B543A8;
}
</style>
border-color css
<style>
span { border-color: #B543A8; }
span { border-color: rgb(181,67,168); }
td.TdClassName
{
border-color: #B543A8;
}
.TagClassName
{
border-color: #B543A8;
}
</style>