Shades of Fuchsia #B441AB
Tints of Fuchsia #B441AB
RGB
CMYK
RGB Variations
Color information
#B441AB (or 0xB441AB) is known color: Fuchsia. HEX triplet: B4, 41 and AB. RGB value is (180,65,171). Sum of RGB (Red+Green+Blue) = 180+65+171=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B441AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B441AB is #4BBE54. Grayscale: #6F6F6F. Windows color (decimal): -4963925 or 11223476. OLE color: 11223476.
HSL color Cylindrical-coordinate representation of color #B441AB: hue angle of 304.7º degrees, saturation: 0.47, 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 #B441AB is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 171 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.29 |
| HSL | 304.7º | 0.47% | 0.48% | - |
| HSV(B) | 304.7º | 0.64% | 0.71% | - |
| XYZ | 28.06 | 16.42 | 40.22 | - |
| YUV | 111.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 171 | 0 | 0.64 | 0.05 | 0.29 | 304.7 | 0.47 | 0.48 |
| Hex | B4 | 41 | AB | 0 | 40 | 5 | 1D | 131 | 2F | 30 |
| Octal | 264 | 101 | 253 | 0 | 100 | 5 | 35 | 461 | 57 | 60 |
| Binary | 10110100 | 1000001 | 10101011 | 0 | 1000000 | 101 | 11101 | 100110001 | 101111 | 110000 |
Color Harmonies of #B441AB
Complementary color
Monochromatic Colors of #B441AB
Black with #B441AB
Text Example
Text Example
White with #B441AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441AB; }
p { color: rgb(180,65,171); }
H1.HeaderClassName
{
color: #B441AB;
}
.AnyTagClassName
{
color: #B441AB;
}
</style>
background-color css
<style>
a { background-color: #B441AB; }
a { background-color: rgb(180,65,171); }
div.DivClassName
{
background-color: #B441AB;
}
.BgClassName
{
background-color: #B441AB;
}
</style>
border-color css
<style>
span { border-color: #B441AB; }
span { border-color: rgb(180,65,171); }
td.TdClassName
{
border-color: #B441AB;
}
.TagClassName
{
border-color: #B441AB;
}
</style>