Shades of Fuchsia #B528AF
Tints of Fuchsia #B528AF
RGB
CMYK
RGB Variations
Color information
#B528AF (or 0xB528AF) is known color: Fuchsia. HEX triplet: B5, 28 and AF. RGB value is (181,40,175). Sum of RGB (Red+Green+Blue) = 181+40+175=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B528AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B528AF is #4AD750. Grayscale: #616161. Windows color (decimal): -4904785 or 11479221. OLE color: 11479221.
HSL color Cylindrical-coordinate representation of color #B528AF: hue angle of 302.55º 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 #B528AF is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 175 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.29 |
| HSL | 302.55º | 0.64% | 0.43% | - |
| HSV(B) | 302.55º | 0.78% | 0.71% | - |
| XYZ | 27.55 | 14.44 | 41.89 | - |
| YUV | 97.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 175 | 0 | 0.78 | 0.03 | 0.29 | 302.55 | 0.64 | 0.43 |
| Hex | B5 | 28 | AF | 0 | 4E | 3 | 1D | 12F | 40 | 2B |
| Octal | 265 | 50 | 257 | 0 | 116 | 3 | 35 | 457 | 100 | 53 |
| Binary | 10110101 | 101000 | 10101111 | 0 | 1001110 | 11 | 11101 | 100101111 | 1000000 | 101011 |
Color Harmonies of #B528AF
Complementary color
Monochromatic Colors of #B528AF
Black with #B528AF
Text Example
Text Example
White with #B528AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B528AF; }
p { color: rgb(181,40,175); }
H1.HeaderClassName
{
color: #B528AF;
}
.AnyTagClassName
{
color: #B528AF;
}
</style>
background-color css
<style>
a { background-color: #B528AF; }
a { background-color: rgb(181,40,175); }
div.DivClassName
{
background-color: #B528AF;
}
.BgClassName
{
background-color: #B528AF;
}
</style>
border-color css
<style>
span { border-color: #B528AF; }
span { border-color: rgb(181,40,175); }
td.TdClassName
{
border-color: #B528AF;
}
.TagClassName
{
border-color: #B528AF;
}
</style>