Shades of Fuchsia #B54EC1
Tints of Fuchsia #B54EC1
RGB
CMYK
RGB Variations
Color information
#B54EC1 (or 0xB54EC1) is known color: Fuchsia. HEX triplet: B5, 4E and C1. RGB value is (181,78,193). Sum of RGB (Red+Green+Blue) = 181+78+193=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #B54EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54EC1 is #4AB13E. Grayscale: #797979. Windows color (decimal): -4895039 or 12668597. OLE color: 12668597.
HSL color Cylindrical-coordinate representation of color #B54EC1: hue angle of 293.74º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54EC1 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 78 | 193 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.24 |
| HSL | 293.74º | 0.48% | 0.53% | - |
| HSV(B) | 293.74º | 0.6% | 0.76% | - |
| XYZ | 31.41 | 19.12 | 52.49 | - |
| YUV | 121.91 | 168.12 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 193 | 0.06 | 0.60 | 0 | 0.24 | 293.74 | 0.48 | 0.53 |
| Hex | B5 | 4E | C1 | 6 | 3C | 0 | 18 | 126 | 30 | 35 |
| Octal | 265 | 116 | 301 | 6 | 74 | 0 | 30 | 446 | 60 | 65 |
| Binary | 10110101 | 1001110 | 11000001 | 110 | 111100 | 0 | 11000 | 100100110 | 110000 | 110101 |
Color Harmonies of #B54EC1
Complementary color
Monochromatic Colors of #B54EC1
Black with #B54EC1
Text Example
Text Example
White with #B54EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54EC1; }
p { color: rgb(181,78,193); }
H1.HeaderClassName
{
color: #B54EC1;
}
.AnyTagClassName
{
color: #B54EC1;
}
</style>
background-color css
<style>
a { background-color: #B54EC1; }
a { background-color: rgb(181,78,193); }
div.DivClassName
{
background-color: #B54EC1;
}
.BgClassName
{
background-color: #B54EC1;
}
</style>
border-color css
<style>
span { border-color: #B54EC1; }
span { border-color: rgb(181,78,193); }
td.TdClassName
{
border-color: #B54EC1;
}
.TagClassName
{
border-color: #B54EC1;
}
</style>