Shades of Fuchsia #B54DBF
Tints of Fuchsia #B54DBF
RGB
CMYK
RGB Variations
Color information
#B54DBF (or 0xB54DBF) is known color: Fuchsia. HEX triplet: B5, 4D and BF. RGB value is (181,77,191). Sum of RGB (Red+Green+Blue) = 181+77+191=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #B54DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DBF is #4AB240. Grayscale: #787878. Windows color (decimal): -4895297 or 12537269. OLE color: 12537269.
HSL color Cylindrical-coordinate representation of color #B54DBF: hue angle of 294.74º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54DBF is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 77 | 191 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.25 |
| HSL | 294.74º | 0.47% | 0.53% | - |
| HSV(B) | 294.74º | 0.6% | 0.75% | - |
| XYZ | 31.11 | 18.89 | 51.3 | - |
| YUV | 121.09 | 167.46 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 191 | 0.05 | 0.60 | 0 | 0.25 | 294.74 | 0.47 | 0.53 |
| Hex | B5 | 4D | BF | 5 | 3C | 0 | 19 | 127 | 2F | 35 |
| Octal | 265 | 115 | 277 | 5 | 74 | 0 | 31 | 447 | 57 | 65 |
| Binary | 10110101 | 1001101 | 10111111 | 101 | 111100 | 0 | 11001 | 100100111 | 101111 | 110101 |
Color Harmonies of #B54DBF
Complementary color
Monochromatic Colors of #B54DBF
Black with #B54DBF
Text Example
Text Example
White with #B54DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DBF; }
p { color: rgb(181,77,191); }
H1.HeaderClassName
{
color: #B54DBF;
}
.AnyTagClassName
{
color: #B54DBF;
}
</style>
background-color css
<style>
a { background-color: #B54DBF; }
a { background-color: rgb(181,77,191); }
div.DivClassName
{
background-color: #B54DBF;
}
.BgClassName
{
background-color: #B54DBF;
}
</style>
border-color css
<style>
span { border-color: #B54DBF; }
span { border-color: rgb(181,77,191); }
td.TdClassName
{
border-color: #B54DBF;
}
.TagClassName
{
border-color: #B54DBF;
}
</style>