Shades of Fuchsia #B540BF
Tints of Fuchsia #B540BF
RGB
CMYK
RGB Variations
Color information
#B540BF (or 0xB540BF) is known color: Fuchsia. HEX triplet: B5, 40 and BF. RGB value is (181,64,191). Sum of RGB (Red+Green+Blue) = 181+64+191=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #B540BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540BF is #4ABF40. Grayscale: #717171. Windows color (decimal): -4898625 or 12533941. OLE color: 12533941.
HSL color Cylindrical-coordinate representation of color #B540BF: hue angle of 295.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B540BF is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 64 | 191 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.25 |
| HSL | 295.28º | 0.5% | 0.5% | - |
| HSV(B) | 295.28º | 0.66% | 0.75% | - |
| XYZ | 30.29 | 17.25 | 51.02 | - |
| YUV | 113.46 | 171.76 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 191 | 0.05 | 0.66 | 0 | 0.25 | 295.28 | 0.5 | 0.5 |
| Hex | B5 | 40 | BF | 5 | 42 | 0 | 19 | 127 | 32 | 32 |
| Octal | 265 | 100 | 277 | 5 | 102 | 0 | 31 | 447 | 62 | 62 |
| Binary | 10110101 | 1000000 | 10111111 | 101 | 1000010 | 0 | 11001 | 100100111 | 110010 | 110010 |
Color Harmonies of #B540BF
Complementary color
Monochromatic Colors of #B540BF
Black with #B540BF
Text Example
Text Example
White with #B540BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B540BF; }
p { color: rgb(181,64,191); }
H1.HeaderClassName
{
color: #B540BF;
}
.AnyTagClassName
{
color: #B540BF;
}
</style>
background-color css
<style>
a { background-color: #B540BF; }
a { background-color: rgb(181,64,191); }
div.DivClassName
{
background-color: #B540BF;
}
.BgClassName
{
background-color: #B540BF;
}
</style>
border-color css
<style>
span { border-color: #B540BF; }
span { border-color: rgb(181,64,191); }
td.TdClassName
{
border-color: #B540BF;
}
.TagClassName
{
border-color: #B540BF;
}
</style>