Shades of Fuchsia #B540BB
Tints of Fuchsia #B540BB
RGB
CMYK
RGB Variations
Color information
#B540BB (or 0xB540BB) is known color: Fuchsia. HEX triplet: B5, 40 and BB. RGB value is (181,64,187). Sum of RGB (Red+Green+Blue) = 181+64+187=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #B540BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540BB is #4ABF44. Grayscale: #707070. Windows color (decimal): -4898629 or 12271797. OLE color: 12271797.
HSL color Cylindrical-coordinate representation of color #B540BB: hue angle of 297.07º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B540BB is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 64 | 187 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.27 |
| HSL | 297.07º | 0.49% | 0.49% | - |
| HSV(B) | 297.07º | 0.66% | 0.73% | - |
| XYZ | 29.86 | 17.08 | 48.74 | - |
| YUV | 113.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 187 | 0.03 | 0.66 | 0 | 0.27 | 297.07 | 0.49 | 0.49 |
| Hex | B5 | 40 | BB | 3 | 42 | 0 | 1B | 129 | 31 | 31 |
| Octal | 265 | 100 | 273 | 3 | 102 | 0 | 33 | 451 | 61 | 61 |
| Binary | 10110101 | 1000000 | 10111011 | 11 | 1000010 | 0 | 11011 | 100101001 | 110001 | 110001 |
Color Harmonies of #B540BB
Complementary color
Monochromatic Colors of #B540BB
Black with #B540BB
Text Example
Text Example
White with #B540BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B540BB; }
p { color: rgb(181,64,187); }
H1.HeaderClassName
{
color: #B540BB;
}
.AnyTagClassName
{
color: #B540BB;
}
</style>
background-color css
<style>
a { background-color: #B540BB; }
a { background-color: rgb(181,64,187); }
div.DivClassName
{
background-color: #B540BB;
}
.BgClassName
{
background-color: #B540BB;
}
</style>
border-color css
<style>
span { border-color: #B540BB; }
span { border-color: rgb(181,64,187); }
td.TdClassName
{
border-color: #B540BB;
}
.TagClassName
{
border-color: #B540BB;
}
</style>