Shades of Fuchsia #B543A5
Tints of Fuchsia #B543A5
RGB
CMYK
RGB Variations
Color information
#B543A5 (or 0xB543A5) is known color: Fuchsia. HEX triplet: B5, 43 and A5. RGB value is (181,67,165). Sum of RGB (Red+Green+Blue) = 181+67+165=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B543A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B543A5 is #4ABC5A. Grayscale: #6F6F6F. Windows color (decimal): -4897883 or 10830773. OLE color: 10830773.
HSL color Cylindrical-coordinate representation of color #B543A5: hue angle of 308.42º 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 #B543A5 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 165 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.29 |
| HSL | 308.42º | 0.46% | 0.49% | - |
| HSV(B) | 308.42º | 0.63% | 0.71% | - |
| XYZ | 27.85 | 16.55 | 37.32 | - |
| YUV | 112.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 165 | 0 | 0.63 | 0.09 | 0.29 | 308.42 | 0.46 | 0.49 |
| Hex | B5 | 43 | A5 | 0 | 3F | 9 | 1D | 134 | 2E | 31 |
| Octal | 265 | 103 | 245 | 0 | 77 | 11 | 35 | 464 | 56 | 61 |
| Binary | 10110101 | 1000011 | 10100101 | 0 | 111111 | 1001 | 11101 | 100110100 | 101110 | 110001 |
Color Harmonies of #B543A5
Complementary color
Monochromatic Colors of #B543A5
Black with #B543A5
Text Example
Text Example
White with #B543A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543A5; }
p { color: rgb(181,67,165); }
H1.HeaderClassName
{
color: #B543A5;
}
.AnyTagClassName
{
color: #B543A5;
}
</style>
background-color css
<style>
a { background-color: #B543A5; }
a { background-color: rgb(181,67,165); }
div.DivClassName
{
background-color: #B543A5;
}
.BgClassName
{
background-color: #B543A5;
}
</style>
border-color css
<style>
span { border-color: #B543A5; }
span { border-color: rgb(181,67,165); }
td.TdClassName
{
border-color: #B543A5;
}
.TagClassName
{
border-color: #B543A5;
}
</style>