Shades of Fuchsia #B52BB2
Tints of Fuchsia #B52BB2
RGB
CMYK
RGB Variations
Color information
#B52BB2 (or 0xB52BB2) is known color: Fuchsia. HEX triplet: B5, 2B and B2. RGB value is (181,43,178). Sum of RGB (Red+Green+Blue) = 181+43+178=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B52BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52BB2 is #4AD44D. Grayscale: #636363. Windows color (decimal): -4904014 or 11676597. OLE color: 11676597.
HSL color Cylindrical-coordinate representation of color #B52BB2: hue angle of 301.3º degrees, saturation: 0.62, 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 #B52BB2 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 43 | 178 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.29 |
| HSL | 301.3º | 0.62% | 0.44% | - |
| HSV(B) | 301.3º | 0.76% | 0.71% | - |
| XYZ | 27.96 | 14.77 | 43.5 | - |
| YUV | 99.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 178 | 0 | 0.76 | 0.02 | 0.29 | 301.3 | 0.62 | 0.44 |
| Hex | B5 | 2B | B2 | 0 | 4C | 2 | 1D | 12D | 3E | 2C |
| Octal | 265 | 53 | 262 | 0 | 114 | 2 | 35 | 455 | 76 | 54 |
| Binary | 10110101 | 101011 | 10110010 | 0 | 1001100 | 10 | 11101 | 100101101 | 111110 | 101100 |
Color Harmonies of #B52BB2
Complementary color
Monochromatic Colors of #B52BB2
Black with #B52BB2
Text Example
Text Example
White with #B52BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52BB2; }
p { color: rgb(181,43,178); }
H1.HeaderClassName
{
color: #B52BB2;
}
.AnyTagClassName
{
color: #B52BB2;
}
</style>
background-color css
<style>
a { background-color: #B52BB2; }
a { background-color: rgb(181,43,178); }
div.DivClassName
{
background-color: #B52BB2;
}
.BgClassName
{
background-color: #B52BB2;
}
</style>
border-color css
<style>
span { border-color: #B52BB2; }
span { border-color: rgb(181,43,178); }
td.TdClassName
{
border-color: #B52BB2;
}
.TagClassName
{
border-color: #B52BB2;
}
</style>