Shades of Fuchsia #B547B9
Tints of Fuchsia #B547B9
RGB
CMYK
RGB Variations
Color information
#B547B9 (or 0xB547B9) is known color: Fuchsia. HEX triplet: B5, 47 and B9. RGB value is (181,71,185). Sum of RGB (Red+Green+Blue) = 181+71+185=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: blue. Hex color #B547B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547B9 is #4AB846. Grayscale: #747474. Windows color (decimal): -4896839 or 12142517. OLE color: 12142517.
HSL color Cylindrical-coordinate representation of color #B547B9: hue angle of 297.89º 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 #B547B9 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 71 | 185 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.27 |
| HSL | 297.89º | 0.45% | 0.5% | - |
| HSV(B) | 297.89º | 0.62% | 0.73% | - |
| XYZ | 30.07 | 17.83 | 47.76 | - |
| YUV | 116.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 185 | 0.02 | 0.62 | 0 | 0.27 | 297.89 | 0.45 | 0.5 |
| Hex | B5 | 47 | B9 | 2 | 3E | 0 | 1B | 12A | 2D | 32 |
| Octal | 265 | 107 | 271 | 2 | 76 | 0 | 33 | 452 | 55 | 62 |
| Binary | 10110101 | 1000111 | 10111001 | 10 | 111110 | 0 | 11011 | 100101010 | 101101 | 110010 |
Color Harmonies of #B547B9
Complementary color
Monochromatic Colors of #B547B9
Black with #B547B9
Text Example
Text Example
White with #B547B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547B9; }
p { color: rgb(181,71,185); }
H1.HeaderClassName
{
color: #B547B9;
}
.AnyTagClassName
{
color: #B547B9;
}
</style>
background-color css
<style>
a { background-color: #B547B9; }
a { background-color: rgb(181,71,185); }
div.DivClassName
{
background-color: #B547B9;
}
.BgClassName
{
background-color: #B547B9;
}
</style>
border-color css
<style>
span { border-color: #B547B9; }
span { border-color: rgb(181,71,185); }
td.TdClassName
{
border-color: #B547B9;
}
.TagClassName
{
border-color: #B547B9;
}
</style>