Shades of Fuchsia #B531B5
Tints of Fuchsia #B531B5
RGB
CMYK
RGB Variations
Color information
#B531B5 (or 0xB531B5) is known color: Fuchsia. HEX triplet: B5, 31 and B5. RGB value is (181,49,181). Sum of RGB (Red+Green+Blue) = 181+49+181=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B531B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531B5 is #4ACE4A. Grayscale: #676767. Windows color (decimal): -4902475 or 11874741. OLE color: 11874741.
HSL color Cylindrical-coordinate representation of color #B531B5: hue angle of 300º 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 #B531B5 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 49 | 181 | - |
| CMYK | 0 | 0.73 | 0 | 0.29 |
| HSL | 300º | 0.57% | 0.45% | - |
| HSV(B) | 300º | 0.73% | 0.71% | - |
| XYZ | 28.49 | 15.36 | 45.18 | - |
| YUV | 103.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 181 | 0 | 0.73 | 0 | 0.29 | 300 | 0.57 | 0.45 |
| Hex | B5 | 31 | B5 | 0 | 49 | 0 | 1D | 12C | 39 | 2D |
| Octal | 265 | 61 | 265 | 0 | 111 | 0 | 35 | 454 | 71 | 55 |
| Binary | 10110101 | 110001 | 10110101 | 0 | 1001001 | 0 | 11101 | 100101100 | 111001 | 101101 |
Color Harmonies of #B531B5
Complementary color
Monochromatic Colors of #B531B5
Black with #B531B5
Text Example
Text Example
White with #B531B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531B5; }
p { color: rgb(181,49,181); }
H1.HeaderClassName
{
color: #B531B5;
}
.AnyTagClassName
{
color: #B531B5;
}
</style>
background-color css
<style>
a { background-color: #B531B5; }
a { background-color: rgb(181,49,181); }
div.DivClassName
{
background-color: #B531B5;
}
.BgClassName
{
background-color: #B531B5;
}
</style>
border-color css
<style>
span { border-color: #B531B5; }
span { border-color: rgb(181,49,181); }
td.TdClassName
{
border-color: #B531B5;
}
.TagClassName
{
border-color: #B531B5;
}
</style>