Shades of Fuchsia #B547B8
Tints of Fuchsia #B547B8
RGB
CMYK
RGB Variations
Color information
#B547B8 (or 0xB547B8) is known color: Fuchsia. HEX triplet: B5, 47 and B8. RGB value is (181,71,184). Sum of RGB (Red+Green+Blue) = 181+71+184=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #B547B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547B8 is #4AB847. Grayscale: #747474. Windows color (decimal): -4896840 or 12076981. OLE color: 12076981.
HSL color Cylindrical-coordinate representation of color #B547B8: hue angle of 298.41º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B547B8 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 71 | 184 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.28 |
| HSL | 298.41º | 0.44% | 0.5% | - |
| HSV(B) | 298.41º | 0.61% | 0.72% | - |
| XYZ | 29.96 | 17.79 | 47.2 | - |
| YUV | 116.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 184 | 0.02 | 0.61 | 0 | 0.28 | 298.41 | 0.44 | 0.5 |
| Hex | B5 | 47 | B8 | 2 | 3D | 0 | 1C | 12A | 2C | 32 |
| Octal | 265 | 107 | 270 | 2 | 75 | 0 | 34 | 452 | 54 | 62 |
| Binary | 10110101 | 1000111 | 10111000 | 10 | 111101 | 0 | 11100 | 100101010 | 101100 | 110010 |
Color Harmonies of #B547B8
Complementary color
Monochromatic Colors of #B547B8
Black with #B547B8
Text Example
Text Example
White with #B547B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547B8; }
p { color: rgb(181,71,184); }
H1.HeaderClassName
{
color: #B547B8;
}
.AnyTagClassName
{
color: #B547B8;
}
</style>
background-color css
<style>
a { background-color: #B547B8; }
a { background-color: rgb(181,71,184); }
div.DivClassName
{
background-color: #B547B8;
}
.BgClassName
{
background-color: #B547B8;
}
</style>
border-color css
<style>
span { border-color: #B547B8; }
span { border-color: rgb(181,71,184); }
td.TdClassName
{
border-color: #B547B8;
}
.TagClassName
{
border-color: #B547B8;
}
</style>