Shades of Fuchsia #B52AAC
Tints of Fuchsia #B52AAC
RGB
CMYK
RGB Variations
Color information
#B52AAC (or 0xB52AAC) is known color: Fuchsia. HEX triplet: B5, 2A and AC. RGB value is (181,42,172). Sum of RGB (Red+Green+Blue) = 181+42+172=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B52AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52AAC is #4AD553. Grayscale: #626262. Windows color (decimal): -4904276 or 11283125. OLE color: 11283125.
HSL color Cylindrical-coordinate representation of color #B52AAC: hue angle of 303.88º 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 #B52AAC is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 172 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.29 |
| HSL | 303.88º | 0.62% | 0.44% | - |
| HSV(B) | 303.88º | 0.77% | 0.71% | - |
| XYZ | 27.33 | 14.46 | 40.38 | - |
| YUV | 98.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 172 | 0 | 0.77 | 0.05 | 0.29 | 303.88 | 0.62 | 0.44 |
| Hex | B5 | 2A | AC | 0 | 4D | 5 | 1D | 130 | 3E | 2C |
| Octal | 265 | 52 | 254 | 0 | 115 | 5 | 35 | 460 | 76 | 54 |
| Binary | 10110101 | 101010 | 10101100 | 0 | 1001101 | 101 | 11101 | 100110000 | 111110 | 101100 |
Color Harmonies of #B52AAC
Complementary color
Monochromatic Colors of #B52AAC
Black with #B52AAC
Text Example
Text Example
White with #B52AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52AAC; }
p { color: rgb(181,42,172); }
H1.HeaderClassName
{
color: #B52AAC;
}
.AnyTagClassName
{
color: #B52AAC;
}
</style>
background-color css
<style>
a { background-color: #B52AAC; }
a { background-color: rgb(181,42,172); }
div.DivClassName
{
background-color: #B52AAC;
}
.BgClassName
{
background-color: #B52AAC;
}
</style>
border-color css
<style>
span { border-color: #B52AAC; }
span { border-color: rgb(181,42,172); }
td.TdClassName
{
border-color: #B52AAC;
}
.TagClassName
{
border-color: #B52AAC;
}
</style>