Shades of Fuchsia #B049B9
Tints of Fuchsia #B049B9
RGB
CMYK
RGB Variations
Color information
#B049B9 (or 0xB049B9) is known color: Fuchsia. HEX triplet: B0, 49 and B9. RGB value is (176,73,185). Sum of RGB (Red+Green+Blue) = 176+73+185=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #B049B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049B9 is #4FB646. Grayscale: #747474. Windows color (decimal): -5224007 or 12143024. OLE color: 12143024.
HSL color Cylindrical-coordinate representation of color #B049B9: hue angle of 295.18º degrees, saturation: 0.44, 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 #B049B9 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 73 | 185 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.27 |
| HSL | 295.18º | 0.44% | 0.51% | - |
| HSV(B) | 295.18º | 0.61% | 0.73% | - |
| XYZ | 29.04 | 17.5 | 47.75 | - |
| YUV | 116.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 185 | 0.05 | 0.61 | 0 | 0.27 | 295.18 | 0.44 | 0.51 |
| Hex | B0 | 49 | B9 | 5 | 3D | 0 | 1B | 127 | 2C | 33 |
| Octal | 260 | 111 | 271 | 5 | 75 | 0 | 33 | 447 | 54 | 63 |
| Binary | 10110000 | 1001001 | 10111001 | 101 | 111101 | 0 | 11011 | 100100111 | 101100 | 110011 |
Color Harmonies of #B049B9
Complementary color
Monochromatic Colors of #B049B9
Black with #B049B9
Text Example
Text Example
White with #B049B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B049B9; }
p { color: rgb(176,73,185); }
H1.HeaderClassName
{
color: #B049B9;
}
.AnyTagClassName
{
color: #B049B9;
}
</style>
background-color css
<style>
a { background-color: #B049B9; }
a { background-color: rgb(176,73,185); }
div.DivClassName
{
background-color: #B049B9;
}
.BgClassName
{
background-color: #B049B9;
}
</style>
border-color css
<style>
span { border-color: #B049B9; }
span { border-color: rgb(176,73,185); }
td.TdClassName
{
border-color: #B049B9;
}
.TagClassName
{
border-color: #B049B9;
}
</style>