Shades of Fuchsia #B547A7
Tints of Fuchsia #B547A7
RGB
CMYK
RGB Variations
Color information
#B547A7 (or 0xB547A7) is known color: Fuchsia. HEX triplet: B5, 47 and A7. RGB value is (181,71,167). Sum of RGB (Red+Green+Blue) = 181+71+167=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B547A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B547A7 is #4AB858. Grayscale: #727272. Windows color (decimal): -4896857 or 10962869. OLE color: 10962869.
HSL color Cylindrical-coordinate representation of color #B547A7: hue angle of 307.64º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B547A7 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 167 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.29 |
| HSL | 307.64º | 0.44% | 0.49% | - |
| HSV(B) | 307.64º | 0.61% | 0.71% | - |
| XYZ | 28.28 | 17.12 | 38.37 | - |
| YUV | 114.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 167 | 0 | 0.61 | 0.08 | 0.29 | 307.64 | 0.44 | 0.49 |
| Hex | B5 | 47 | A7 | 0 | 3D | 8 | 1D | 134 | 2C | 31 |
| Octal | 265 | 107 | 247 | 0 | 75 | 10 | 35 | 464 | 54 | 61 |
| Binary | 10110101 | 1000111 | 10100111 | 0 | 111101 | 1000 | 11101 | 100110100 | 101100 | 110001 |
Color Harmonies of #B547A7
Complementary color
Monochromatic Colors of #B547A7
Black with #B547A7
Text Example
Text Example
White with #B547A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547A7; }
p { color: rgb(181,71,167); }
H1.HeaderClassName
{
color: #B547A7;
}
.AnyTagClassName
{
color: #B547A7;
}
</style>
background-color css
<style>
a { background-color: #B547A7; }
a { background-color: rgb(181,71,167); }
div.DivClassName
{
background-color: #B547A7;
}
.BgClassName
{
background-color: #B547A7;
}
</style>
border-color css
<style>
span { border-color: #B547A7; }
span { border-color: rgb(181,71,167); }
td.TdClassName
{
border-color: #B547A7;
}
.TagClassName
{
border-color: #B547A7;
}
</style>