Shades of Fuchsia #B54DC0
Tints of Fuchsia #B54DC0
RGB
CMYK
RGB Variations
Color information
#B54DC0 (or 0xB54DC0) is known color: Fuchsia. HEX triplet: B5, 4D and C0. RGB value is (181,77,192). Sum of RGB (Red+Green+Blue) = 181+77+192=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #B54DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DC0 is #4AB23F. Grayscale: #787878. Windows color (decimal): -4895296 or 12602805. OLE color: 12602805.
HSL color Cylindrical-coordinate representation of color #B54DC0: hue angle of 294.26º degrees, saturation: 0.48, 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 #B54DC0 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 77 | 192 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.25 |
| HSL | 294.26º | 0.48% | 0.53% | - |
| HSV(B) | 294.26º | 0.6% | 0.75% | - |
| XYZ | 31.22 | 18.94 | 51.88 | - |
| YUV | 121.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 192 | 0.06 | 0.60 | 0 | 0.25 | 294.26 | 0.48 | 0.53 |
| Hex | B5 | 4D | C0 | 6 | 3C | 0 | 19 | 126 | 30 | 35 |
| Octal | 265 | 115 | 300 | 6 | 74 | 0 | 31 | 446 | 60 | 65 |
| Binary | 10110101 | 1001101 | 11000000 | 110 | 111100 | 0 | 11001 | 100100110 | 110000 | 110101 |
Color Harmonies of #B54DC0
Complementary color
Monochromatic Colors of #B54DC0
Black with #B54DC0
Text Example
Text Example
White with #B54DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DC0; }
p { color: rgb(181,77,192); }
H1.HeaderClassName
{
color: #B54DC0;
}
.AnyTagClassName
{
color: #B54DC0;
}
</style>
background-color css
<style>
a { background-color: #B54DC0; }
a { background-color: rgb(181,77,192); }
div.DivClassName
{
background-color: #B54DC0;
}
.BgClassName
{
background-color: #B54DC0;
}
</style>
border-color css
<style>
span { border-color: #B54DC0; }
span { border-color: rgb(181,77,192); }
td.TdClassName
{
border-color: #B54DC0;
}
.TagClassName
{
border-color: #B54DC0;
}
</style>