Shades of Fuchsia #B449AD
Tints of Fuchsia #B449AD
RGB
CMYK
RGB Variations
Color information
#B449AD (or 0xB449AD) is known color: Fuchsia. HEX triplet: B4, 49 and AD. RGB value is (180,73,173). Sum of RGB (Red+Green+Blue) = 180+73+173=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B449AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B449AD is #4BB652. Grayscale: #747474. Windows color (decimal): -4961875 or 11356596. OLE color: 11356596.
HSL color Cylindrical-coordinate representation of color #B449AD: hue angle of 303.93º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B449AD is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 173 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.29 |
| HSL | 303.93º | 0.42% | 0.5% | - |
| HSV(B) | 303.93º | 0.59% | 0.71% | - |
| XYZ | 28.75 | 17.49 | 41.4 | - |
| YUV | 116.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 173 | 0 | 0.59 | 0.04 | 0.29 | 303.93 | 0.42 | 0.5 |
| Hex | B4 | 49 | AD | 0 | 3B | 4 | 1D | 130 | 2A | 32 |
| Octal | 264 | 111 | 255 | 0 | 73 | 4 | 35 | 460 | 52 | 62 |
| Binary | 10110100 | 1001001 | 10101101 | 0 | 111011 | 100 | 11101 | 100110000 | 101010 | 110010 |
Color Harmonies of #B449AD
Complementary color
Monochromatic Colors of #B449AD
Black with #B449AD
Text Example
Text Example
White with #B449AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B449AD; }
p { color: rgb(180,73,173); }
H1.HeaderClassName
{
color: #B449AD;
}
.AnyTagClassName
{
color: #B449AD;
}
</style>
background-color css
<style>
a { background-color: #B449AD; }
a { background-color: rgb(180,73,173); }
div.DivClassName
{
background-color: #B449AD;
}
.BgClassName
{
background-color: #B449AD;
}
</style>
border-color css
<style>
span { border-color: #B449AD; }
span { border-color: rgb(180,73,173); }
td.TdClassName
{
border-color: #B449AD;
}
.TagClassName
{
border-color: #B449AD;
}
</style>