Shades of Fuchsia #B527B0
Tints of Fuchsia #B527B0
RGB
CMYK
RGB Variations
Color information
#B527B0 (or 0xB527B0) is known color: Fuchsia. HEX triplet: B5, 27 and B0. RGB value is (181,39,176). Sum of RGB (Red+Green+Blue) = 181+39+176=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B527B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B527B0 is #4AD84F. Grayscale: #606060. Windows color (decimal): -4905040 or 11544501. OLE color: 11544501.
HSL color Cylindrical-coordinate representation of color #B527B0: hue angle of 302.11º 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 #B527B0 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 176 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.29 |
| HSL | 302.11º | 0.65% | 0.43% | - |
| HSV(B) | 302.11º | 0.78% | 0.71% | - |
| XYZ | 27.62 | 14.41 | 42.4 | - |
| YUV | 97.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 176 | 0 | 0.78 | 0.03 | 0.29 | 302.11 | 0.65 | 0.43 |
| Hex | B5 | 27 | B0 | 0 | 4E | 3 | 1D | 12E | 41 | 2B |
| Octal | 265 | 47 | 260 | 0 | 116 | 3 | 35 | 456 | 101 | 53 |
| Binary | 10110101 | 100111 | 10110000 | 0 | 1001110 | 11 | 11101 | 100101110 | 1000001 | 101011 |
Color Harmonies of #B527B0
Complementary color
Monochromatic Colors of #B527B0
Black with #B527B0
Text Example
Text Example
White with #B527B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527B0; }
p { color: rgb(181,39,176); }
H1.HeaderClassName
{
color: #B527B0;
}
.AnyTagClassName
{
color: #B527B0;
}
</style>
background-color css
<style>
a { background-color: #B527B0; }
a { background-color: rgb(181,39,176); }
div.DivClassName
{
background-color: #B527B0;
}
.BgClassName
{
background-color: #B527B0;
}
</style>
border-color css
<style>
span { border-color: #B527B0; }
span { border-color: rgb(181,39,176); }
td.TdClassName
{
border-color: #B527B0;
}
.TagClassName
{
border-color: #B527B0;
}
</style>