Shades of Fuchsia #B531B0
Tints of Fuchsia #B531B0
RGB
CMYK
RGB Variations
Color information
#B531B0 (or 0xB531B0) is known color: Fuchsia. HEX triplet: B5, 31 and B0. RGB value is (181,49,176). Sum of RGB (Red+Green+Blue) = 181+49+176=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B531B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B531B0 is #4ACE4F. Grayscale: #666666. Windows color (decimal): -4902480 or 11547061. OLE color: 11547061.
HSL color Cylindrical-coordinate representation of color #B531B0: hue angle of 302.27º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B531B0 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 49 | 176 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.29 |
| HSL | 302.27º | 0.57% | 0.45% | - |
| HSV(B) | 302.27º | 0.73% | 0.71% | - |
| XYZ | 27.99 | 15.15 | 42.52 | - |
| YUV | 102.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 176 | 0 | 0.73 | 0.03 | 0.29 | 302.27 | 0.57 | 0.45 |
| Hex | B5 | 31 | B0 | 0 | 49 | 3 | 1D | 12E | 39 | 2D |
| Octal | 265 | 61 | 260 | 0 | 111 | 3 | 35 | 456 | 71 | 55 |
| Binary | 10110101 | 110001 | 10110000 | 0 | 1001001 | 11 | 11101 | 100101110 | 111001 | 101101 |
Color Harmonies of #B531B0
Complementary color
Monochromatic Colors of #B531B0
Black with #B531B0
Text Example
Text Example
White with #B531B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531B0; }
p { color: rgb(181,49,176); }
H1.HeaderClassName
{
color: #B531B0;
}
.AnyTagClassName
{
color: #B531B0;
}
</style>
background-color css
<style>
a { background-color: #B531B0; }
a { background-color: rgb(181,49,176); }
div.DivClassName
{
background-color: #B531B0;
}
.BgClassName
{
background-color: #B531B0;
}
</style>
border-color css
<style>
span { border-color: #B531B0; }
span { border-color: rgb(181,49,176); }
td.TdClassName
{
border-color: #B531B0;
}
.TagClassName
{
border-color: #B531B0;
}
</style>