Shades of Fuchsia #B52FB8
Tints of Fuchsia #B52FB8
RGB
CMYK
RGB Variations
Color information
#B52FB8 (or 0xB52FB8) is known color: Fuchsia. HEX triplet: B5, 2F and B8. RGB value is (181,47,184). Sum of RGB (Red+Green+Blue) = 181+47+184=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 184 - color contains mainly: blue. Hex color #B52FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52FB8 is #4AD047. Grayscale: #666666. Windows color (decimal): -4902984 or 12070837. OLE color: 12070837.
HSL color Cylindrical-coordinate representation of color #B52FB8: hue angle of 298.69º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B52FB8 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 47 | 184 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.28 |
| HSL | 298.69º | 0.59% | 0.45% | - |
| HSV(B) | 298.69º | 0.74% | 0.72% | - |
| XYZ | 28.72 | 15.32 | 46.79 | - |
| YUV | 102.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 184 | 0.02 | 0.74 | 0 | 0.28 | 298.69 | 0.59 | 0.45 |
| Hex | B5 | 2F | B8 | 2 | 4A | 0 | 1C | 12B | 3B | 2D |
| Octal | 265 | 57 | 270 | 2 | 112 | 0 | 34 | 453 | 73 | 55 |
| Binary | 10110101 | 101111 | 10111000 | 10 | 1001010 | 0 | 11100 | 100101011 | 111011 | 101101 |
Color Harmonies of #B52FB8
Complementary color
Monochromatic Colors of #B52FB8
Black with #B52FB8
Text Example
Text Example
White with #B52FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52FB8; }
p { color: rgb(181,47,184); }
H1.HeaderClassName
{
color: #B52FB8;
}
.AnyTagClassName
{
color: #B52FB8;
}
</style>
background-color css
<style>
a { background-color: #B52FB8; }
a { background-color: rgb(181,47,184); }
div.DivClassName
{
background-color: #B52FB8;
}
.BgClassName
{
background-color: #B52FB8;
}
</style>
border-color css
<style>
span { border-color: #B52FB8; }
span { border-color: rgb(181,47,184); }
td.TdClassName
{
border-color: #B52FB8;
}
.TagClassName
{
border-color: #B52FB8;
}
</style>