Shades of Fuchsia #B52CAE
Tints of Fuchsia #B52CAE
RGB
CMYK
RGB Variations
Color information
#B52CAE (or 0xB52CAE) is known color: Fuchsia. HEX triplet: B5, 2C and AE. RGB value is (181,44,174). Sum of RGB (Red+Green+Blue) = 181+44+174=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B52CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52CAE is #4AD351. Grayscale: #636363. Windows color (decimal): -4903762 or 11414709. OLE color: 11414709.
HSL color Cylindrical-coordinate representation of color #B52CAE: hue angle of 303.07º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52CAE is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 174 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.29 |
| HSL | 303.07º | 0.61% | 0.44% | - |
| HSV(B) | 303.07º | 0.76% | 0.71% | - |
| XYZ | 27.6 | 14.68 | 41.42 | - |
| YUV | 99.78 | 169.89 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 174 | 0 | 0.76 | 0.04 | 0.29 | 303.07 | 0.61 | 0.44 |
| Hex | B5 | 2C | AE | 0 | 4C | 4 | 1D | 12F | 3D | 2C |
| Octal | 265 | 54 | 256 | 0 | 114 | 4 | 35 | 457 | 75 | 54 |
| Binary | 10110101 | 101100 | 10101110 | 0 | 1001100 | 100 | 11101 | 100101111 | 111101 | 101100 |
Color Harmonies of #B52CAE
Complementary color
Monochromatic Colors of #B52CAE
Black with #B52CAE
Text Example
Text Example
White with #B52CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52CAE; }
p { color: rgb(181,44,174); }
H1.HeaderClassName
{
color: #B52CAE;
}
.AnyTagClassName
{
color: #B52CAE;
}
</style>
background-color css
<style>
a { background-color: #B52CAE; }
a { background-color: rgb(181,44,174); }
div.DivClassName
{
background-color: #B52CAE;
}
.BgClassName
{
background-color: #B52CAE;
}
</style>
border-color css
<style>
span { border-color: #B52CAE; }
span { border-color: rgb(181,44,174); }
td.TdClassName
{
border-color: #B52CAE;
}
.TagClassName
{
border-color: #B52CAE;
}
</style>