Shades of Fuchsia #B447AD
Tints of Fuchsia #B447AD
RGB
CMYK
RGB Variations
Color information
#B447AD (or 0xB447AD) is known color: Fuchsia. HEX triplet: B4, 47 and AD. RGB value is (180,71,173). Sum of RGB (Red+Green+Blue) = 180+71+173=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B447AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B447AD is #4BB852. Grayscale: #727272. Windows color (decimal): -4962387 or 11356084. OLE color: 11356084.
HSL color Cylindrical-coordinate representation of color #B447AD: hue angle of 303.85º 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 #B447AD is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 71 | 173 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.29 |
| HSL | 303.85º | 0.43% | 0.49% | - |
| HSV(B) | 303.85º | 0.61% | 0.71% | - |
| XYZ | 28.62 | 17.23 | 41.35 | - |
| YUV | 115.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 173 | 0 | 0.61 | 0.04 | 0.29 | 303.85 | 0.43 | 0.49 |
| Hex | B4 | 47 | AD | 0 | 3D | 4 | 1D | 130 | 2B | 31 |
| Octal | 264 | 107 | 255 | 0 | 75 | 4 | 35 | 460 | 53 | 61 |
| Binary | 10110100 | 1000111 | 10101101 | 0 | 111101 | 100 | 11101 | 100110000 | 101011 | 110001 |
Color Harmonies of #B447AD
Complementary color
Monochromatic Colors of #B447AD
Black with #B447AD
Text Example
Text Example
White with #B447AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B447AD; }
p { color: rgb(180,71,173); }
H1.HeaderClassName
{
color: #B447AD;
}
.AnyTagClassName
{
color: #B447AD;
}
</style>
background-color css
<style>
a { background-color: #B447AD; }
a { background-color: rgb(180,71,173); }
div.DivClassName
{
background-color: #B447AD;
}
.BgClassName
{
background-color: #B447AD;
}
</style>
border-color css
<style>
span { border-color: #B447AD; }
span { border-color: rgb(180,71,173); }
td.TdClassName
{
border-color: #B447AD;
}
.TagClassName
{
border-color: #B447AD;
}
</style>