Shades of Fuchsia #B52EAB
Tints of Fuchsia #B52EAB
RGB
CMYK
RGB Variations
Color information
#B52EAB (or 0xB52EAB) is known color: Fuchsia. HEX triplet: B5, 2E and AB. RGB value is (181,46,171). Sum of RGB (Red+Green+Blue) = 181+46+171=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B52EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52EAB is #4AD154. Grayscale: #646464. Windows color (decimal): -4903253 or 11218613. OLE color: 11218613.
HSL color Cylindrical-coordinate representation of color #B52EAB: hue angle of 304.44º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52EAB is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 46 | 171 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.29 |
| HSL | 304.44º | 0.59% | 0.45% | - |
| HSV(B) | 304.44º | 0.75% | 0.71% | - |
| XYZ | 27.38 | 14.72 | 39.93 | - |
| YUV | 100.62 | 167.73 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 171 | 0 | 0.75 | 0.06 | 0.29 | 304.44 | 0.59 | 0.45 |
| Hex | B5 | 2E | AB | 0 | 4B | 6 | 1D | 130 | 3B | 2D |
| Octal | 265 | 56 | 253 | 0 | 113 | 6 | 35 | 460 | 73 | 55 |
| Binary | 10110101 | 101110 | 10101011 | 0 | 1001011 | 110 | 11101 | 100110000 | 111011 | 101101 |
Color Harmonies of #B52EAB
Complementary color
Monochromatic Colors of #B52EAB
Black with #B52EAB
Text Example
Text Example
White with #B52EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52EAB; }
p { color: rgb(181,46,171); }
H1.HeaderClassName
{
color: #B52EAB;
}
.AnyTagClassName
{
color: #B52EAB;
}
</style>
background-color css
<style>
a { background-color: #B52EAB; }
a { background-color: rgb(181,46,171); }
div.DivClassName
{
background-color: #B52EAB;
}
.BgClassName
{
background-color: #B52EAB;
}
</style>
border-color css
<style>
span { border-color: #B52EAB; }
span { border-color: rgb(181,46,171); }
td.TdClassName
{
border-color: #B52EAB;
}
.TagClassName
{
border-color: #B52EAB;
}
</style>