Shades of Fuchsia #B52AB1
Tints of Fuchsia #B52AB1
RGB
CMYK
RGB Variations
Color information
#B52AB1 (or 0xB52AB1) is known color: Fuchsia. HEX triplet: B5, 2A and B1. RGB value is (181,42,177). Sum of RGB (Red+Green+Blue) = 181+42+177=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B52AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52AB1 is #4AD54E. Grayscale: #626262. Windows color (decimal): -4904271 or 11610805. OLE color: 11610805.
HSL color Cylindrical-coordinate representation of color #B52AB1: hue angle of 301.73º 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 #B52AB1 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 177 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.29 |
| HSL | 301.73º | 0.62% | 0.44% | - |
| HSV(B) | 301.73º | 0.77% | 0.71% | - |
| XYZ | 27.82 | 14.65 | 42.96 | - |
| YUV | 98.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 177 | 0 | 0.77 | 0.02 | 0.29 | 301.73 | 0.62 | 0.44 |
| Hex | B5 | 2A | B1 | 0 | 4D | 2 | 1D | 12E | 3E | 2C |
| Octal | 265 | 52 | 261 | 0 | 115 | 2 | 35 | 456 | 76 | 54 |
| Binary | 10110101 | 101010 | 10110001 | 0 | 1001101 | 10 | 11101 | 100101110 | 111110 | 101100 |
Color Harmonies of #B52AB1
Complementary color
Monochromatic Colors of #B52AB1
Black with #B52AB1
Text Example
Text Example
White with #B52AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52AB1; }
p { color: rgb(181,42,177); }
H1.HeaderClassName
{
color: #B52AB1;
}
.AnyTagClassName
{
color: #B52AB1;
}
</style>
background-color css
<style>
a { background-color: #B52AB1; }
a { background-color: rgb(181,42,177); }
div.DivClassName
{
background-color: #B52AB1;
}
.BgClassName
{
background-color: #B52AB1;
}
</style>
border-color css
<style>
span { border-color: #B52AB1; }
span { border-color: rgb(181,42,177); }
td.TdClassName
{
border-color: #B52AB1;
}
.TagClassName
{
border-color: #B52AB1;
}
</style>