Shades of Fuchsia #B52EAE
Tints of Fuchsia #B52EAE
RGB
CMYK
RGB Variations
Color information
#B52EAE (or 0xB52EAE) is known color: Fuchsia. HEX triplet: B5, 2E and AE. RGB value is (181,46,174). Sum of RGB (Red+Green+Blue) = 181+46+174=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B52EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52EAE is #4AD151. Grayscale: #646464. Windows color (decimal): -4903250 or 11415221. OLE color: 11415221.
HSL color Cylindrical-coordinate representation of color #B52EAE: hue angle of 303.11º 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 #B52EAE is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 46 | 174 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.29 |
| HSL | 303.11º | 0.59% | 0.45% | - |
| HSV(B) | 303.11º | 0.75% | 0.71% | - |
| XYZ | 27.67 | 14.83 | 41.45 | - |
| YUV | 100.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 174 | 0 | 0.75 | 0.04 | 0.29 | 303.11 | 0.59 | 0.45 |
| Hex | B5 | 2E | AE | 0 | 4B | 4 | 1D | 12F | 3B | 2D |
| Octal | 265 | 56 | 256 | 0 | 113 | 4 | 35 | 457 | 73 | 55 |
| Binary | 10110101 | 101110 | 10101110 | 0 | 1001011 | 100 | 11101 | 100101111 | 111011 | 101101 |
Color Harmonies of #B52EAE
Complementary color
Monochromatic Colors of #B52EAE
Black with #B52EAE
Text Example
Text Example
White with #B52EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52EAE; }
p { color: rgb(181,46,174); }
H1.HeaderClassName
{
color: #B52EAE;
}
.AnyTagClassName
{
color: #B52EAE;
}
</style>
background-color css
<style>
a { background-color: #B52EAE; }
a { background-color: rgb(181,46,174); }
div.DivClassName
{
background-color: #B52EAE;
}
.BgClassName
{
background-color: #B52EAE;
}
</style>
border-color css
<style>
span { border-color: #B52EAE; }
span { border-color: rgb(181,46,174); }
td.TdClassName
{
border-color: #B52EAE;
}
.TagClassName
{
border-color: #B52EAE;
}
</style>