Shades of Fuchsia #B047BA
Tints of Fuchsia #B047BA
RGB
CMYK
RGB Variations
Color information
#B047BA (or 0xB047BA) is known color: Fuchsia. HEX triplet: B0, 47 and BA. RGB value is (176,71,186). Sum of RGB (Red+Green+Blue) = 176+71+186=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #B047BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047BA is #4FB845. Grayscale: #737373. Windows color (decimal): -5224518 or 12208048. OLE color: 12208048.
HSL color Cylindrical-coordinate representation of color #B047BA: hue angle of 294.78º 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 #B047BA is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 71 | 186 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.27 |
| HSL | 294.78º | 0.45% | 0.5% | - |
| HSV(B) | 294.78º | 0.62% | 0.73% | - |
| XYZ | 29.02 | 17.28 | 48.26 | - |
| YUV | 115.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 186 | 0.05 | 0.62 | 0 | 0.27 | 294.78 | 0.45 | 0.5 |
| Hex | B0 | 47 | BA | 5 | 3E | 0 | 1B | 127 | 2D | 32 |
| Octal | 260 | 107 | 272 | 5 | 76 | 0 | 33 | 447 | 55 | 62 |
| Binary | 10110000 | 1000111 | 10111010 | 101 | 111110 | 0 | 11011 | 100100111 | 101101 | 110010 |
Color Harmonies of #B047BA
Complementary color
Monochromatic Colors of #B047BA
Black with #B047BA
Text Example
Text Example
White with #B047BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B047BA; }
p { color: rgb(176,71,186); }
H1.HeaderClassName
{
color: #B047BA;
}
.AnyTagClassName
{
color: #B047BA;
}
</style>
background-color css
<style>
a { background-color: #B047BA; }
a { background-color: rgb(176,71,186); }
div.DivClassName
{
background-color: #B047BA;
}
.BgClassName
{
background-color: #B047BA;
}
</style>
border-color css
<style>
span { border-color: #B047BA; }
span { border-color: rgb(176,71,186); }
td.TdClassName
{
border-color: #B047BA;
}
.TagClassName
{
border-color: #B047BA;
}
</style>