Shades of Fuchsia #B42AB1
Tints of Fuchsia #B42AB1
RGB
CMYK
RGB Variations
Color information
#B42AB1 (or 0xB42AB1) is known color: Fuchsia. HEX triplet: B4, 2A and B1. RGB value is (180,42,177). Sum of RGB (Red+Green+Blue) = 180+42+177=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B42AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42AB1 is #4BD54E. Grayscale: #626262. Windows color (decimal): -4969807 or 11610804. OLE color: 11610804.
HSL color Cylindrical-coordinate representation of color #B42AB1: hue angle of 301.3º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42AB1 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 42 | 177 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.29 |
| HSL | 301.3º | 0.62% | 0.44% | - |
| HSV(B) | 301.3º | 0.77% | 0.71% | - |
| XYZ | 27.59 | 14.53 | 42.95 | - |
| YUV | 98.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 177 | 0 | 0.77 | 0.02 | 0.29 | 301.3 | 0.62 | 0.44 |
| Hex | B4 | 2A | B1 | 0 | 4D | 2 | 1D | 12D | 3E | 2C |
| Octal | 264 | 52 | 261 | 0 | 115 | 2 | 35 | 455 | 76 | 54 |
| Binary | 10110100 | 101010 | 10110001 | 0 | 1001101 | 10 | 11101 | 100101101 | 111110 | 101100 |
Color Harmonies of #B42AB1
Complementary color
Monochromatic Colors of #B42AB1
Black with #B42AB1
Text Example
Text Example
White with #B42AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42AB1; }
p { color: rgb(180,42,177); }
H1.HeaderClassName
{
color: #B42AB1;
}
.AnyTagClassName
{
color: #B42AB1;
}
</style>
background-color css
<style>
a { background-color: #B42AB1; }
a { background-color: rgb(180,42,177); }
div.DivClassName
{
background-color: #B42AB1;
}
.BgClassName
{
background-color: #B42AB1;
}
</style>
border-color css
<style>
span { border-color: #B42AB1; }
span { border-color: rgb(180,42,177); }
td.TdClassName
{
border-color: #B42AB1;
}
.TagClassName
{
border-color: #B42AB1;
}
</style>