Shades of Fuchsia #B43AAF
Tints of Fuchsia #B43AAF
RGB
CMYK
RGB Variations
Color information
#B43AAF (or 0xB43AAF) is known color: Fuchsia. HEX triplet: B4, 3A and AF. RGB value is (180,58,175). Sum of RGB (Red+Green+Blue) = 180+58+175=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B43AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43AAF is #4BC550. Grayscale: #6B6B6B. Windows color (decimal): -4965713 or 11483828. OLE color: 11483828.
HSL color Cylindrical-coordinate representation of color #B43AAF: hue angle of 302.46º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43AAF is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 58 | 175 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.29 |
| HSL | 302.46º | 0.51% | 0.47% | - |
| HSV(B) | 302.46º | 0.68% | 0.71% | - |
| XYZ | 28.07 | 15.82 | 42.13 | - |
| YUV | 107.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 58 | 175 | 0 | 0.68 | 0.03 | 0.29 | 302.46 | 0.51 | 0.47 |
| Hex | B4 | 3A | AF | 0 | 44 | 3 | 1D | 12E | 33 | 2F |
| Octal | 264 | 72 | 257 | 0 | 104 | 3 | 35 | 456 | 63 | 57 |
| Binary | 10110100 | 111010 | 10101111 | 0 | 1000100 | 11 | 11101 | 100101110 | 110011 | 101111 |
Color Harmonies of #B43AAF
Complementary color
Monochromatic Colors of #B43AAF
Black with #B43AAF
Text Example
Text Example
White with #B43AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43AAF; }
p { color: rgb(180,58,175); }
H1.HeaderClassName
{
color: #B43AAF;
}
.AnyTagClassName
{
color: #B43AAF;
}
</style>
background-color css
<style>
a { background-color: #B43AAF; }
a { background-color: rgb(180,58,175); }
div.DivClassName
{
background-color: #B43AAF;
}
.BgClassName
{
background-color: #B43AAF;
}
</style>
border-color css
<style>
span { border-color: #B43AAF; }
span { border-color: rgb(180,58,175); }
td.TdClassName
{
border-color: #B43AAF;
}
.TagClassName
{
border-color: #B43AAF;
}
</style>