Shades of Fuchsia #B528AD
Tints of Fuchsia #B528AD
RGB
CMYK
RGB Variations
Color information
#B528AD (or 0xB528AD) is known color: Fuchsia. HEX triplet: B5, 28 and AD. RGB value is (181,40,173). Sum of RGB (Red+Green+Blue) = 181+40+173=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B528AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B528AD is #4AD752. Grayscale: #606060. Windows color (decimal): -4904787 or 11348149. OLE color: 11348149.
HSL color Cylindrical-coordinate representation of color #B528AD: hue angle of 303.4º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B528AD is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 173 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.29 |
| HSL | 303.4º | 0.64% | 0.43% | - |
| HSV(B) | 303.4º | 0.78% | 0.71% | - |
| XYZ | 27.36 | 14.36 | 40.86 | - |
| YUV | 97.32 | 170.71 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 173 | 0 | 0.78 | 0.04 | 0.29 | 303.4 | 0.64 | 0.43 |
| Hex | B5 | 28 | AD | 0 | 4E | 4 | 1D | 12F | 40 | 2B |
| Octal | 265 | 50 | 255 | 0 | 116 | 4 | 35 | 457 | 100 | 53 |
| Binary | 10110101 | 101000 | 10101101 | 0 | 1001110 | 100 | 11101 | 100101111 | 1000000 | 101011 |
Color Harmonies of #B528AD
Complementary color
Monochromatic Colors of #B528AD
Black with #B528AD
Text Example
Text Example
White with #B528AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B528AD; }
p { color: rgb(181,40,173); }
H1.HeaderClassName
{
color: #B528AD;
}
.AnyTagClassName
{
color: #B528AD;
}
</style>
background-color css
<style>
a { background-color: #B528AD; }
a { background-color: rgb(181,40,173); }
div.DivClassName
{
background-color: #B528AD;
}
.BgClassName
{
background-color: #B528AD;
}
</style>
border-color css
<style>
span { border-color: #B528AD; }
span { border-color: rgb(181,40,173); }
td.TdClassName
{
border-color: #B528AD;
}
.TagClassName
{
border-color: #B528AD;
}
</style>