Shades of Fuchsia #B54DB0
Tints of Fuchsia #B54DB0
RGB
CMYK
RGB Variations
Color information
#B54DB0 (or 0xB54DB0) is known color: Fuchsia. HEX triplet: B5, 4D and B0. RGB value is (181,77,176). Sum of RGB (Red+Green+Blue) = 181+77+176=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B54DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54DB0 is #4AB24F. Grayscale: #777777. Windows color (decimal): -4895312 or 11554229. OLE color: 11554229.
HSL color Cylindrical-coordinate representation of color #B54DB0: hue angle of 302.88º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54DB0 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 176 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.29 |
| HSL | 302.88º | 0.41% | 0.51% | - |
| HSV(B) | 302.88º | 0.57% | 0.71% | - |
| XYZ | 29.55 | 18.27 | 43.04 | - |
| YUV | 119.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 176 | 0 | 0.57 | 0.03 | 0.29 | 302.88 | 0.41 | 0.51 |
| Hex | B5 | 4D | B0 | 0 | 39 | 3 | 1D | 12F | 29 | 33 |
| Octal | 265 | 115 | 260 | 0 | 71 | 3 | 35 | 457 | 51 | 63 |
| Binary | 10110101 | 1001101 | 10110000 | 0 | 111001 | 11 | 11101 | 100101111 | 101001 | 110011 |
Color Harmonies of #B54DB0
Complementary color
Monochromatic Colors of #B54DB0
Black with #B54DB0
Text Example
Text Example
White with #B54DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DB0; }
p { color: rgb(181,77,176); }
H1.HeaderClassName
{
color: #B54DB0;
}
.AnyTagClassName
{
color: #B54DB0;
}
</style>
background-color css
<style>
a { background-color: #B54DB0; }
a { background-color: rgb(181,77,176); }
div.DivClassName
{
background-color: #B54DB0;
}
.BgClassName
{
background-color: #B54DB0;
}
</style>
border-color css
<style>
span { border-color: #B54DB0; }
span { border-color: rgb(181,77,176); }
td.TdClassName
{
border-color: #B54DB0;
}
.TagClassName
{
border-color: #B54DB0;
}
</style>