Shades of Fuchsia #B540B5
Tints of Fuchsia #B540B5
RGB
CMYK
RGB Variations
Color information
#B540B5 (or 0xB540B5) is known color: Fuchsia. HEX triplet: B5, 40 and B5. RGB value is (181,64,181). Sum of RGB (Red+Green+Blue) = 181+64+181=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B540B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540B5 is #4ABF4A. Grayscale: #6F6F6F. Windows color (decimal): -4898635 or 11878581. OLE color: 11878581.
HSL color Cylindrical-coordinate representation of color #B540B5: hue angle of 300º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B540B5 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 181 | - |
| CMYK | 0 | 0.65 | 0 | 0.29 |
| HSL | 300º | 0.48% | 0.48% | - |
| HSV(B) | 300º | 0.65% | 0.71% | - |
| XYZ | 29.23 | 16.83 | 45.42 | - |
| YUV | 112.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 181 | 0 | 0.65 | 0 | 0.29 | 300 | 0.48 | 0.48 |
| Hex | B5 | 40 | B5 | 0 | 41 | 0 | 1D | 12C | 30 | 30 |
| Octal | 265 | 100 | 265 | 0 | 101 | 0 | 35 | 454 | 60 | 60 |
| Binary | 10110101 | 1000000 | 10110101 | 0 | 1000001 | 0 | 11101 | 100101100 | 110000 | 110000 |
Color Harmonies of #B540B5
Complementary color
Monochromatic Colors of #B540B5
Black with #B540B5
Text Example
Text Example
White with #B540B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B540B5; }
p { color: rgb(181,64,181); }
H1.HeaderClassName
{
color: #B540B5;
}
.AnyTagClassName
{
color: #B540B5;
}
</style>
background-color css
<style>
a { background-color: #B540B5; }
a { background-color: rgb(181,64,181); }
div.DivClassName
{
background-color: #B540B5;
}
.BgClassName
{
background-color: #B540B5;
}
</style>
border-color css
<style>
span { border-color: #B540B5; }
span { border-color: rgb(181,64,181); }
td.TdClassName
{
border-color: #B540B5;
}
.TagClassName
{
border-color: #B540B5;
}
</style>