Shades of Fuchsia #B530AF
Tints of Fuchsia #B530AF
RGB
CMYK
RGB Variations
Color information
#B530AF (or 0xB530AF) is known color: Fuchsia. HEX triplet: B5, 30 and AF. RGB value is (181,48,175). Sum of RGB (Red+Green+Blue) = 181+48+175=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B530AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B530AF is #4ACF50. Grayscale: #656565. Windows color (decimal): -4902737 or 11481269. OLE color: 11481269.
HSL color Cylindrical-coordinate representation of color #B530AF: hue angle of 302.71º degrees, saturation: 0.58, 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 #B530AF is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 48 | 175 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.29 |
| HSL | 302.71º | 0.58% | 0.45% | - |
| HSV(B) | 302.71º | 0.73% | 0.71% | - |
| XYZ | 27.85 | 15.03 | 41.99 | - |
| YUV | 102.25 | 169.06 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 175 | 0 | 0.73 | 0.03 | 0.29 | 302.71 | 0.58 | 0.45 |
| Hex | B5 | 30 | AF | 0 | 49 | 3 | 1D | 12F | 3A | 2D |
| Octal | 265 | 60 | 257 | 0 | 111 | 3 | 35 | 457 | 72 | 55 |
| Binary | 10110101 | 110000 | 10101111 | 0 | 1001001 | 11 | 11101 | 100101111 | 111010 | 101101 |
Color Harmonies of #B530AF
Complementary color
Monochromatic Colors of #B530AF
Black with #B530AF
Text Example
Text Example
White with #B530AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B530AF; }
p { color: rgb(181,48,175); }
H1.HeaderClassName
{
color: #B530AF;
}
.AnyTagClassName
{
color: #B530AF;
}
</style>
background-color css
<style>
a { background-color: #B530AF; }
a { background-color: rgb(181,48,175); }
div.DivClassName
{
background-color: #B530AF;
}
.BgClassName
{
background-color: #B530AF;
}
</style>
border-color css
<style>
span { border-color: #B530AF; }
span { border-color: rgb(181,48,175); }
td.TdClassName
{
border-color: #B530AF;
}
.TagClassName
{
border-color: #B530AF;
}
</style>