Shades of Fuchsia #B54CB8
Tints of Fuchsia #B54CB8
RGB
CMYK
RGB Variations
Color information
#B54CB8 (or 0xB54CB8) is known color: Fuchsia. HEX triplet: B5, 4C and B8. RGB value is (181,76,184). Sum of RGB (Red+Green+Blue) = 181+76+184=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 184 - color contains mainly: blue. Hex color #B54CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CB8 is #4AB347. Grayscale: #777777. Windows color (decimal): -4895560 or 12078261. OLE color: 12078261.
HSL color Cylindrical-coordinate representation of color #B54CB8: hue angle of 298.33º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54CB8 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 76 | 184 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.28 |
| HSL | 298.33º | 0.43% | 0.51% | - |
| HSV(B) | 298.33º | 0.59% | 0.72% | - |
| XYZ | 30.29 | 18.45 | 47.31 | - |
| YUV | 119.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 184 | 0.02 | 0.59 | 0 | 0.28 | 298.33 | 0.43 | 0.51 |
| Hex | B5 | 4C | B8 | 2 | 3B | 0 | 1C | 12A | 2B | 33 |
| Octal | 265 | 114 | 270 | 2 | 73 | 0 | 34 | 452 | 53 | 63 |
| Binary | 10110101 | 1001100 | 10111000 | 10 | 111011 | 0 | 11100 | 100101010 | 101011 | 110011 |
Color Harmonies of #B54CB8
Complementary color
Monochromatic Colors of #B54CB8
Black with #B54CB8
Text Example
Text Example
White with #B54CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54CB8; }
p { color: rgb(181,76,184); }
H1.HeaderClassName
{
color: #B54CB8;
}
.AnyTagClassName
{
color: #B54CB8;
}
</style>
background-color css
<style>
a { background-color: #B54CB8; }
a { background-color: rgb(181,76,184); }
div.DivClassName
{
background-color: #B54CB8;
}
.BgClassName
{
background-color: #B54CB8;
}
</style>
border-color css
<style>
span { border-color: #B54CB8; }
span { border-color: rgb(181,76,184); }
td.TdClassName
{
border-color: #B54CB8;
}
.TagClassName
{
border-color: #B54CB8;
}
</style>