Shades of Fuchsia #B547BA
Tints of Fuchsia #B547BA
RGB
CMYK
RGB Variations
Color information
#B547BA (or 0xB547BA) is known color: Fuchsia. HEX triplet: B5, 47 and BA. RGB value is (181,71,186). Sum of RGB (Red+Green+Blue) = 181+71+186=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #B547BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547BA is #4AB845. Grayscale: #747474. Windows color (decimal): -4896838 or 12208053. OLE color: 12208053.
HSL color Cylindrical-coordinate representation of color #B547BA: hue angle of 297.39º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B547BA is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 71 | 186 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.27 |
| HSL | 297.39º | 0.45% | 0.5% | - |
| HSV(B) | 297.39º | 0.62% | 0.73% | - |
| XYZ | 30.17 | 17.88 | 48.31 | - |
| YUV | 117 | 166.94 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 186 | 0.03 | 0.62 | 0 | 0.27 | 297.39 | 0.45 | 0.5 |
| Hex | B5 | 47 | BA | 3 | 3E | 0 | 1B | 129 | 2D | 32 |
| Octal | 265 | 107 | 272 | 3 | 76 | 0 | 33 | 451 | 55 | 62 |
| Binary | 10110101 | 1000111 | 10111010 | 11 | 111110 | 0 | 11011 | 100101001 | 101101 | 110010 |
Color Harmonies of #B547BA
Complementary color
Monochromatic Colors of #B547BA
Black with #B547BA
Text Example
Text Example
White with #B547BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547BA; }
p { color: rgb(181,71,186); }
H1.HeaderClassName
{
color: #B547BA;
}
.AnyTagClassName
{
color: #B547BA;
}
</style>
background-color css
<style>
a { background-color: #B547BA; }
a { background-color: rgb(181,71,186); }
div.DivClassName
{
background-color: #B547BA;
}
.BgClassName
{
background-color: #B547BA;
}
</style>
border-color css
<style>
span { border-color: #B547BA; }
span { border-color: rgb(181,71,186); }
td.TdClassName
{
border-color: #B547BA;
}
.TagClassName
{
border-color: #B547BA;
}
</style>