Shades of Fuchsia #B447A9
Tints of Fuchsia #B447A9
RGB
CMYK
RGB Variations
Color information
#B447A9 (or 0xB447A9) is known color: Fuchsia. HEX triplet: B4, 47 and A9. RGB value is (180,71,169). Sum of RGB (Red+Green+Blue) = 180+71+169=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B447A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B447A9 is #4BB856. Grayscale: #727272. Windows color (decimal): -4962391 or 11093940. OLE color: 11093940.
HSL color Cylindrical-coordinate representation of color #B447A9: hue angle of 306.06º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B447A9 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 71 | 169 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.29 |
| HSL | 306.06º | 0.43% | 0.49% | - |
| HSV(B) | 306.06º | 0.61% | 0.71% | - |
| XYZ | 28.24 | 17.07 | 39.34 | - |
| YUV | 114.76 | 158.61 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 169 | 0 | 0.61 | 0.06 | 0.29 | 306.06 | 0.43 | 0.49 |
| Hex | B4 | 47 | A9 | 0 | 3D | 6 | 1D | 132 | 2B | 31 |
| Octal | 264 | 107 | 251 | 0 | 75 | 6 | 35 | 462 | 53 | 61 |
| Binary | 10110100 | 1000111 | 10101001 | 0 | 111101 | 110 | 11101 | 100110010 | 101011 | 110001 |
Color Harmonies of #B447A9
Complementary color
Monochromatic Colors of #B447A9
Black with #B447A9
Text Example
Text Example
White with #B447A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B447A9; }
p { color: rgb(180,71,169); }
H1.HeaderClassName
{
color: #B447A9;
}
.AnyTagClassName
{
color: #B447A9;
}
</style>
background-color css
<style>
a { background-color: #B447A9; }
a { background-color: rgb(180,71,169); }
div.DivClassName
{
background-color: #B447A9;
}
.BgClassName
{
background-color: #B447A9;
}
</style>
border-color css
<style>
span { border-color: #B447A9; }
span { border-color: rgb(180,71,169); }
td.TdClassName
{
border-color: #B447A9;
}
.TagClassName
{
border-color: #B447A9;
}
</style>