Shades of Fuchsia #B544AF
Tints of Fuchsia #B544AF
RGB
CMYK
RGB Variations
Color information
#B544AF (or 0xB544AF) is known color: Fuchsia. HEX triplet: B5, 44 and AF. RGB value is (181,68,175). Sum of RGB (Red+Green+Blue) = 181+68+175=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B544AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B544AF is #4ABB50. Grayscale: #717171. Windows color (decimal): -4897617 or 11486389. OLE color: 11486389.
HSL color Cylindrical-coordinate representation of color #B544AF: hue angle of 303.19º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B544AF is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 175 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.29 |
| HSL | 303.19º | 0.45% | 0.49% | - |
| HSV(B) | 303.19º | 0.62% | 0.71% | - |
| XYZ | 28.86 | 17.05 | 42.33 | - |
| YUV | 113.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 175 | 0 | 0.62 | 0.03 | 0.29 | 303.19 | 0.45 | 0.49 |
| Hex | B5 | 44 | AF | 0 | 3E | 3 | 1D | 12F | 2D | 31 |
| Octal | 265 | 104 | 257 | 0 | 76 | 3 | 35 | 457 | 55 | 61 |
| Binary | 10110101 | 1000100 | 10101111 | 0 | 111110 | 11 | 11101 | 100101111 | 101101 | 110001 |
Color Harmonies of #B544AF
Complementary color
Monochromatic Colors of #B544AF
Black with #B544AF
Text Example
Text Example
White with #B544AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B544AF; }
p { color: rgb(181,68,175); }
H1.HeaderClassName
{
color: #B544AF;
}
.AnyTagClassName
{
color: #B544AF;
}
</style>
background-color css
<style>
a { background-color: #B544AF; }
a { background-color: rgb(181,68,175); }
div.DivClassName
{
background-color: #B544AF;
}
.BgClassName
{
background-color: #B544AF;
}
</style>
border-color css
<style>
span { border-color: #B544AF; }
span { border-color: rgb(181,68,175); }
td.TdClassName
{
border-color: #B544AF;
}
.TagClassName
{
border-color: #B544AF;
}
</style>