Shades of Fuchsia #B52FB0
Tints of Fuchsia #B52FB0
RGB
CMYK
RGB Variations
Color information
#B52FB0 (or 0xB52FB0) is known color: Fuchsia. HEX triplet: B5, 2F and B0. RGB value is (181,47,176). Sum of RGB (Red+Green+Blue) = 181+47+176=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B52FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52FB0 is #4AD04F. Grayscale: #656565. Windows color (decimal): -4902992 or 11546549. OLE color: 11546549.
HSL color Cylindrical-coordinate representation of color #B52FB0: hue angle of 302.24º 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 #B52FB0 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 47 | 176 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.29 |
| HSL | 302.24º | 0.59% | 0.45% | - |
| HSV(B) | 302.24º | 0.74% | 0.71% | - |
| XYZ | 27.91 | 14.99 | 42.5 | - |
| YUV | 101.77 | 169.89 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 176 | 0 | 0.74 | 0.03 | 0.29 | 302.24 | 0.59 | 0.45 |
| Hex | B5 | 2F | B0 | 0 | 4A | 3 | 1D | 12E | 3B | 2D |
| Octal | 265 | 57 | 260 | 0 | 112 | 3 | 35 | 456 | 73 | 55 |
| Binary | 10110101 | 101111 | 10110000 | 0 | 1001010 | 11 | 11101 | 100101110 | 111011 | 101101 |
Color Harmonies of #B52FB0
Complementary color
Monochromatic Colors of #B52FB0
Black with #B52FB0
Text Example
Text Example
White with #B52FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52FB0; }
p { color: rgb(181,47,176); }
H1.HeaderClassName
{
color: #B52FB0;
}
.AnyTagClassName
{
color: #B52FB0;
}
</style>
background-color css
<style>
a { background-color: #B52FB0; }
a { background-color: rgb(181,47,176); }
div.DivClassName
{
background-color: #B52FB0;
}
.BgClassName
{
background-color: #B52FB0;
}
</style>
border-color css
<style>
span { border-color: #B52FB0; }
span { border-color: rgb(181,47,176); }
td.TdClassName
{
border-color: #B52FB0;
}
.TagClassName
{
border-color: #B52FB0;
}
</style>