Shades of Fuchsia #B049BA
Tints of Fuchsia #B049BA
RGB
CMYK
RGB Variations
Color information
#B049BA (or 0xB049BA) is known color: Fuchsia. HEX triplet: B0, 49 and BA. RGB value is (176,73,186). Sum of RGB (Red+Green+Blue) = 176+73+186=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #B049BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049BA is #4FB645. Grayscale: #747474. Windows color (decimal): -5224006 or 12208560. OLE color: 12208560.
HSL color Cylindrical-coordinate representation of color #B049BA: hue angle of 294.69º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B049BA is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 73 | 186 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.27 |
| HSL | 294.69º | 0.45% | 0.51% | - |
| HSV(B) | 294.69º | 0.61% | 0.73% | - |
| XYZ | 29.15 | 17.54 | 48.3 | - |
| YUV | 116.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 186 | 0.05 | 0.61 | 0 | 0.27 | 294.69 | 0.45 | 0.51 |
| Hex | B0 | 49 | BA | 5 | 3D | 0 | 1B | 127 | 2D | 33 |
| Octal | 260 | 111 | 272 | 5 | 75 | 0 | 33 | 447 | 55 | 63 |
| Binary | 10110000 | 1001001 | 10111010 | 101 | 111101 | 0 | 11011 | 100100111 | 101101 | 110011 |
Color Harmonies of #B049BA
Complementary color
Monochromatic Colors of #B049BA
Black with #B049BA
Text Example
Text Example
White with #B049BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B049BA; }
p { color: rgb(176,73,186); }
H1.HeaderClassName
{
color: #B049BA;
}
.AnyTagClassName
{
color: #B049BA;
}
</style>
background-color css
<style>
a { background-color: #B049BA; }
a { background-color: rgb(176,73,186); }
div.DivClassName
{
background-color: #B049BA;
}
.BgClassName
{
background-color: #B049BA;
}
</style>
border-color css
<style>
span { border-color: #B049BA; }
span { border-color: rgb(176,73,186); }
td.TdClassName
{
border-color: #B049BA;
}
.TagClassName
{
border-color: #B049BA;
}
</style>