Shades of Fuchsia #B529B1
Tints of Fuchsia #B529B1
RGB
CMYK
RGB Variations
Color information
#B529B1 (or 0xB529B1) is known color: Fuchsia. HEX triplet: B5, 29 and B1. RGB value is (181,41,177). Sum of RGB (Red+Green+Blue) = 181+41+177=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B529B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B529B1 is #4AD64E. Grayscale: #616161. Windows color (decimal): -4904527 or 11610549. OLE color: 11610549.
HSL color Cylindrical-coordinate representation of color #B529B1: hue angle of 301.71º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B529B1 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 177 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.29 |
| HSL | 301.71º | 0.63% | 0.44% | - |
| HSV(B) | 301.71º | 0.77% | 0.71% | - |
| XYZ | 27.78 | 14.58 | 42.95 | - |
| YUV | 98.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 177 | 0 | 0.77 | 0.02 | 0.29 | 301.71 | 0.63 | 0.44 |
| Hex | B5 | 29 | B1 | 0 | 4D | 2 | 1D | 12E | 3F | 2C |
| Octal | 265 | 51 | 261 | 0 | 115 | 2 | 35 | 456 | 77 | 54 |
| Binary | 10110101 | 101001 | 10110001 | 0 | 1001101 | 10 | 11101 | 100101110 | 111111 | 101100 |
Color Harmonies of #B529B1
Complementary color
Monochromatic Colors of #B529B1
Black with #B529B1
Text Example
Text Example
White with #B529B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B529B1; }
p { color: rgb(181,41,177); }
H1.HeaderClassName
{
color: #B529B1;
}
.AnyTagClassName
{
color: #B529B1;
}
</style>
background-color css
<style>
a { background-color: #B529B1; }
a { background-color: rgb(181,41,177); }
div.DivClassName
{
background-color: #B529B1;
}
.BgClassName
{
background-color: #B529B1;
}
</style>
border-color css
<style>
span { border-color: #B529B1; }
span { border-color: rgb(181,41,177); }
td.TdClassName
{
border-color: #B529B1;
}
.TagClassName
{
border-color: #B529B1;
}
</style>