Shades of Fuchsia #B440AB
Tints of Fuchsia #B440AB
RGB
CMYK
RGB Variations
Color information
#B440AB (or 0xB440AB) is known color: Fuchsia. HEX triplet: B4, 40 and AB. RGB value is (180,64,171). Sum of RGB (Red+Green+Blue) = 180+64+171=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B440AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B440AB is #4BBF54. Grayscale: #6E6E6E. Windows color (decimal): -4964181 or 11223220. OLE color: 11223220.
HSL color Cylindrical-coordinate representation of color #B440AB: hue angle of 304.66º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B440AB is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 171 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.29 |
| HSL | 304.66º | 0.48% | 0.48% | - |
| HSV(B) | 304.66º | 0.64% | 0.71% | - |
| XYZ | 28.01 | 16.31 | 40.2 | - |
| YUV | 110.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 171 | 0 | 0.64 | 0.05 | 0.29 | 304.66 | 0.48 | 0.48 |
| Hex | B4 | 40 | AB | 0 | 40 | 5 | 1D | 131 | 30 | 30 |
| Octal | 264 | 100 | 253 | 0 | 100 | 5 | 35 | 461 | 60 | 60 |
| Binary | 10110100 | 1000000 | 10101011 | 0 | 1000000 | 101 | 11101 | 100110001 | 110000 | 110000 |
Color Harmonies of #B440AB
Complementary color
Monochromatic Colors of #B440AB
Black with #B440AB
Text Example
Text Example
White with #B440AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B440AB; }
p { color: rgb(180,64,171); }
H1.HeaderClassName
{
color: #B440AB;
}
.AnyTagClassName
{
color: #B440AB;
}
</style>
background-color css
<style>
a { background-color: #B440AB; }
a { background-color: rgb(180,64,171); }
div.DivClassName
{
background-color: #B440AB;
}
.BgClassName
{
background-color: #B440AB;
}
</style>
border-color css
<style>
span { border-color: #B440AB; }
span { border-color: rgb(180,64,171); }
td.TdClassName
{
border-color: #B440AB;
}
.TagClassName
{
border-color: #B440AB;
}
</style>