Shades of Fuchsia #B52FAC
Tints of Fuchsia #B52FAC
RGB
CMYK
RGB Variations
Color information
#B52FAC (or 0xB52FAC) is known color: Fuchsia. HEX triplet: B5, 2F and AC. RGB value is (181,47,172). Sum of RGB (Red+Green+Blue) = 181+47+172=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B52FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52FAC is #4AD053. Grayscale: #646464. Windows color (decimal): -4902996 or 11284405. OLE color: 11284405.
HSL color Cylindrical-coordinate representation of color #B52FAC: hue angle of 304.03º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B52FAC is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 47 | 172 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.29 |
| HSL | 304.03º | 0.59% | 0.45% | - |
| HSV(B) | 304.03º | 0.74% | 0.71% | - |
| XYZ | 27.52 | 14.84 | 40.44 | - |
| YUV | 101.32 | 167.89 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 172 | 0 | 0.74 | 0.05 | 0.29 | 304.03 | 0.59 | 0.45 |
| Hex | B5 | 2F | AC | 0 | 4A | 5 | 1D | 130 | 3B | 2D |
| Octal | 265 | 57 | 254 | 0 | 112 | 5 | 35 | 460 | 73 | 55 |
| Binary | 10110101 | 101111 | 10101100 | 0 | 1001010 | 101 | 11101 | 100110000 | 111011 | 101101 |
Color Harmonies of #B52FAC
Complementary color
Monochromatic Colors of #B52FAC
Black with #B52FAC
Text Example
Text Example
White with #B52FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52FAC; }
p { color: rgb(181,47,172); }
H1.HeaderClassName
{
color: #B52FAC;
}
.AnyTagClassName
{
color: #B52FAC;
}
</style>
background-color css
<style>
a { background-color: #B52FAC; }
a { background-color: rgb(181,47,172); }
div.DivClassName
{
background-color: #B52FAC;
}
.BgClassName
{
background-color: #B52FAC;
}
</style>
border-color css
<style>
span { border-color: #B52FAC; }
span { border-color: rgb(181,47,172); }
td.TdClassName
{
border-color: #B52FAC;
}
.TagClassName
{
border-color: #B52FAC;
}
</style>