Shades of Fuchsia #B531BD
Tints of Fuchsia #B531BD
RGB
CMYK
RGB Variations
Color information
#B531BD (or 0xB531BD) is known color: Fuchsia. HEX triplet: B5, 31 and BD. RGB value is (181,49,189). Sum of RGB (Red+Green+Blue) = 181+49+189=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #B531BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531BD is #4ACE42. Grayscale: #686868. Windows color (decimal): -4902467 or 12399029. OLE color: 12399029.
HSL color Cylindrical-coordinate representation of color #B531BD: hue angle of 296.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B531BD is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 49 | 189 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.26 |
| HSL | 296.57º | 0.59% | 0.47% | - |
| HSV(B) | 296.57º | 0.74% | 0.74% | - |
| XYZ | 29.34 | 15.69 | 49.63 | - |
| YUV | 104.43 | 175.73 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 189 | 0.04 | 0.74 | 0 | 0.26 | 296.57 | 0.59 | 0.47 |
| Hex | B5 | 31 | BD | 4 | 4A | 0 | 1A | 129 | 3B | 2F |
| Octal | 265 | 61 | 275 | 4 | 112 | 0 | 32 | 451 | 73 | 57 |
| Binary | 10110101 | 110001 | 10111101 | 100 | 1001010 | 0 | 11010 | 100101001 | 111011 | 101111 |
Color Harmonies of #B531BD
Complementary color
Monochromatic Colors of #B531BD
Black with #B531BD
Text Example
Text Example
White with #B531BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531BD; }
p { color: rgb(181,49,189); }
H1.HeaderClassName
{
color: #B531BD;
}
.AnyTagClassName
{
color: #B531BD;
}
</style>
background-color css
<style>
a { background-color: #B531BD; }
a { background-color: rgb(181,49,189); }
div.DivClassName
{
background-color: #B531BD;
}
.BgClassName
{
background-color: #B531BD;
}
</style>
border-color css
<style>
span { border-color: #B531BD; }
span { border-color: rgb(181,49,189); }
td.TdClassName
{
border-color: #B531BD;
}
.TagClassName
{
border-color: #B531BD;
}
</style>