Shades of Fuchsia #B531AD
Tints of Fuchsia #B531AD
RGB
CMYK
RGB Variations
Color information
#B531AD (or 0xB531AD) is known color: Fuchsia. HEX triplet: B5, 31 and AD. RGB value is (181,49,173). Sum of RGB (Red+Green+Blue) = 181+49+173=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B531AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B531AD is #4ACE52. Grayscale: #666666. Windows color (decimal): -4902483 or 11350453. OLE color: 11350453.
HSL color Cylindrical-coordinate representation of color #B531AD: hue angle of 303.64º 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 #B531AD is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 49 | 173 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.29 |
| HSL | 303.64º | 0.57% | 0.45% | - |
| HSV(B) | 303.64º | 0.73% | 0.71% | - |
| XYZ | 27.7 | 15.04 | 40.98 | - |
| YUV | 102.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 173 | 0 | 0.73 | 0.04 | 0.29 | 303.64 | 0.57 | 0.45 |
| Hex | B5 | 31 | AD | 0 | 49 | 4 | 1D | 130 | 39 | 2D |
| Octal | 265 | 61 | 255 | 0 | 111 | 4 | 35 | 460 | 71 | 55 |
| Binary | 10110101 | 110001 | 10101101 | 0 | 1001001 | 100 | 11101 | 100110000 | 111001 | 101101 |
Color Harmonies of #B531AD
Complementary color
Monochromatic Colors of #B531AD
Black with #B531AD
Text Example
Text Example
White with #B531AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531AD; }
p { color: rgb(181,49,173); }
H1.HeaderClassName
{
color: #B531AD;
}
.AnyTagClassName
{
color: #B531AD;
}
</style>
background-color css
<style>
a { background-color: #B531AD; }
a { background-color: rgb(181,49,173); }
div.DivClassName
{
background-color: #B531AD;
}
.BgClassName
{
background-color: #B531AD;
}
</style>
border-color css
<style>
span { border-color: #B531AD; }
span { border-color: rgb(181,49,173); }
td.TdClassName
{
border-color: #B531AD;
}
.TagClassName
{
border-color: #B531AD;
}
</style>