Shades of Fuchsia #B540B2
Tints of Fuchsia #B540B2
RGB
CMYK
RGB Variations
Color information
#B540B2 (or 0xB540B2) is known color: Fuchsia. HEX triplet: B5, 40 and B2. RGB value is (181,64,178). Sum of RGB (Red+Green+Blue) = 181+64+178=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B540B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B540B2 is #4ABF4D. Grayscale: #6F6F6F. Windows color (decimal): -4898638 or 11681973. OLE color: 11681973.
HSL color Cylindrical-coordinate representation of color #B540B2: hue angle of 301.54º 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 #B540B2 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 178 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.29 |
| HSL | 301.54º | 0.48% | 0.48% | - |
| HSV(B) | 301.54º | 0.65% | 0.71% | - |
| XYZ | 28.93 | 16.7 | 43.82 | - |
| YUV | 111.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 178 | 0 | 0.65 | 0.02 | 0.29 | 301.54 | 0.48 | 0.48 |
| Hex | B5 | 40 | B2 | 0 | 41 | 2 | 1D | 12E | 30 | 30 |
| Octal | 265 | 100 | 262 | 0 | 101 | 2 | 35 | 456 | 60 | 60 |
| Binary | 10110101 | 1000000 | 10110010 | 0 | 1000001 | 10 | 11101 | 100101110 | 110000 | 110000 |
Color Harmonies of #B540B2
Complementary color
Monochromatic Colors of #B540B2
Black with #B540B2
Text Example
Text Example
White with #B540B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B540B2; }
p { color: rgb(181,64,178); }
H1.HeaderClassName
{
color: #B540B2;
}
.AnyTagClassName
{
color: #B540B2;
}
</style>
background-color css
<style>
a { background-color: #B540B2; }
a { background-color: rgb(181,64,178); }
div.DivClassName
{
background-color: #B540B2;
}
.BgClassName
{
background-color: #B540B2;
}
</style>
border-color css
<style>
span { border-color: #B540B2; }
span { border-color: rgb(181,64,178); }
td.TdClassName
{
border-color: #B540B2;
}
.TagClassName
{
border-color: #B540B2;
}
</style>