Shades of Fuchsia #B529AD
Tints of Fuchsia #B529AD
RGB
CMYK
RGB Variations
Color information
#B529AD (or 0xB529AD) is known color: Fuchsia. HEX triplet: B5, 29 and AD. RGB value is (181,41,173). Sum of RGB (Red+Green+Blue) = 181+41+173=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B529AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B529AD is #4AD652. Grayscale: #616161. Windows color (decimal): -4904531 or 11348405. OLE color: 11348405.
HSL color Cylindrical-coordinate representation of color #B529AD: hue angle of 303.43º 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 #B529AD is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 173 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.29 |
| HSL | 303.43º | 0.63% | 0.44% | - |
| HSV(B) | 303.43º | 0.77% | 0.71% | - |
| XYZ | 27.39 | 14.43 | 40.88 | - |
| YUV | 97.91 | 170.38 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 173 | 0 | 0.77 | 0.04 | 0.29 | 303.43 | 0.63 | 0.44 |
| Hex | B5 | 29 | AD | 0 | 4D | 4 | 1D | 12F | 3F | 2C |
| Octal | 265 | 51 | 255 | 0 | 115 | 4 | 35 | 457 | 77 | 54 |
| Binary | 10110101 | 101001 | 10101101 | 0 | 1001101 | 100 | 11101 | 100101111 | 111111 | 101100 |
Color Harmonies of #B529AD
Complementary color
Monochromatic Colors of #B529AD
Black with #B529AD
Text Example
Text Example
White with #B529AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B529AD; }
p { color: rgb(181,41,173); }
H1.HeaderClassName
{
color: #B529AD;
}
.AnyTagClassName
{
color: #B529AD;
}
</style>
background-color css
<style>
a { background-color: #B529AD; }
a { background-color: rgb(181,41,173); }
div.DivClassName
{
background-color: #B529AD;
}
.BgClassName
{
background-color: #B529AD;
}
</style>
border-color css
<style>
span { border-color: #B529AD; }
span { border-color: rgb(181,41,173); }
td.TdClassName
{
border-color: #B529AD;
}
.TagClassName
{
border-color: #B529AD;
}
</style>