Shades of Fuchsia #B527AF
Tints of Fuchsia #B527AF
RGB
CMYK
RGB Variations
Color information
#B527AF (or 0xB527AF) is known color: Fuchsia. HEX triplet: B5, 27 and AF. RGB value is (181,39,175). Sum of RGB (Red+Green+Blue) = 181+39+175=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B527AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B527AF is #4AD850. Grayscale: #606060. Windows color (decimal): -4905041 or 11478965. OLE color: 11478965.
HSL color Cylindrical-coordinate representation of color #B527AF: hue angle of 302.54º degrees, saturation: 0.65, 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 #B527AF is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 175 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.29 |
| HSL | 302.54º | 0.65% | 0.43% | - |
| HSV(B) | 302.54º | 0.78% | 0.71% | - |
| XYZ | 27.52 | 14.37 | 41.88 | - |
| YUV | 96.96 | 172.04 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 175 | 0 | 0.78 | 0.03 | 0.29 | 302.54 | 0.65 | 0.43 |
| Hex | B5 | 27 | AF | 0 | 4E | 3 | 1D | 12F | 41 | 2B |
| Octal | 265 | 47 | 257 | 0 | 116 | 3 | 35 | 457 | 101 | 53 |
| Binary | 10110101 | 100111 | 10101111 | 0 | 1001110 | 11 | 11101 | 100101111 | 1000001 | 101011 |
Color Harmonies of #B527AF
Complementary color
Monochromatic Colors of #B527AF
Black with #B527AF
Text Example
Text Example
White with #B527AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527AF; }
p { color: rgb(181,39,175); }
H1.HeaderClassName
{
color: #B527AF;
}
.AnyTagClassName
{
color: #B527AF;
}
</style>
background-color css
<style>
a { background-color: #B527AF; }
a { background-color: rgb(181,39,175); }
div.DivClassName
{
background-color: #B527AF;
}
.BgClassName
{
background-color: #B527AF;
}
</style>
border-color css
<style>
span { border-color: #B527AF; }
span { border-color: rgb(181,39,175); }
td.TdClassName
{
border-color: #B527AF;
}
.TagClassName
{
border-color: #B527AF;
}
</style>