Shades of Fuchsia #B54EBD
Tints of Fuchsia #B54EBD
RGB
CMYK
RGB Variations
Color information
#B54EBD (or 0xB54EBD) is known color: Fuchsia. HEX triplet: B5, 4E and BD. RGB value is (181,78,189). Sum of RGB (Red+Green+Blue) = 181+78+189=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #B54EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54EBD is #4AB142. Grayscale: #797979. Windows color (decimal): -4895043 or 12406453. OLE color: 12406453.
HSL color Cylindrical-coordinate representation of color #B54EBD: hue angle of 295.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54EBD is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 78 | 189 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.26 |
| HSL | 295.68º | 0.46% | 0.52% | - |
| HSV(B) | 295.68º | 0.59% | 0.74% | - |
| XYZ | 30.97 | 18.95 | 50.17 | - |
| YUV | 121.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 189 | 0.04 | 0.59 | 0 | 0.26 | 295.68 | 0.46 | 0.52 |
| Hex | B5 | 4E | BD | 4 | 3B | 0 | 1A | 128 | 2E | 34 |
| Octal | 265 | 116 | 275 | 4 | 73 | 0 | 32 | 450 | 56 | 64 |
| Binary | 10110101 | 1001110 | 10111101 | 100 | 111011 | 0 | 11010 | 100101000 | 101110 | 110100 |
Color Harmonies of #B54EBD
Complementary color
Monochromatic Colors of #B54EBD
Black with #B54EBD
Text Example
Text Example
White with #B54EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54EBD; }
p { color: rgb(181,78,189); }
H1.HeaderClassName
{
color: #B54EBD;
}
.AnyTagClassName
{
color: #B54EBD;
}
</style>
background-color css
<style>
a { background-color: #B54EBD; }
a { background-color: rgb(181,78,189); }
div.DivClassName
{
background-color: #B54EBD;
}
.BgClassName
{
background-color: #B54EBD;
}
</style>
border-color css
<style>
span { border-color: #B54EBD; }
span { border-color: rgb(181,78,189); }
td.TdClassName
{
border-color: #B54EBD;
}
.TagClassName
{
border-color: #B54EBD;
}
</style>