Shades of Fuchsia #B547B7
Tints of Fuchsia #B547B7
RGB
CMYK
RGB Variations
Color information
#B547B7 (or 0xB547B7) is known color: Fuchsia. HEX triplet: B5, 47 and B7. RGB value is (181,71,183). Sum of RGB (Red+Green+Blue) = 181+71+183=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #B547B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547B7 is #4AB848. Grayscale: #747474. Windows color (decimal): -4896841 or 12011445. OLE color: 12011445.
HSL color Cylindrical-coordinate representation of color #B547B7: hue angle of 298.93º 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 #B547B7 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 71 | 183 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.28 |
| HSL | 298.93º | 0.44% | 0.5% | - |
| HSV(B) | 298.93º | 0.61% | 0.72% | - |
| XYZ | 29.86 | 17.75 | 46.65 | - |
| YUV | 116.66 | 165.44 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 183 | 0.01 | 0.61 | 0 | 0.28 | 298.93 | 0.44 | 0.5 |
| Hex | B5 | 47 | B7 | 1 | 3D | 0 | 1C | 12B | 2C | 32 |
| Octal | 265 | 107 | 267 | 1 | 75 | 0 | 34 | 453 | 54 | 62 |
| Binary | 10110101 | 1000111 | 10110111 | 1 | 111101 | 0 | 11100 | 100101011 | 101100 | 110010 |
Color Harmonies of #B547B7
Complementary color
Monochromatic Colors of #B547B7
Black with #B547B7
Text Example
Text Example
White with #B547B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547B7; }
p { color: rgb(181,71,183); }
H1.HeaderClassName
{
color: #B547B7;
}
.AnyTagClassName
{
color: #B547B7;
}
</style>
background-color css
<style>
a { background-color: #B547B7; }
a { background-color: rgb(181,71,183); }
div.DivClassName
{
background-color: #B547B7;
}
.BgClassName
{
background-color: #B547B7;
}
</style>
border-color css
<style>
span { border-color: #B547B7; }
span { border-color: rgb(181,71,183); }
td.TdClassName
{
border-color: #B547B7;
}
.TagClassName
{
border-color: #B547B7;
}
</style>