Shades of Fuchsia #B049B2
Tints of Fuchsia #B049B2
RGB
CMYK
RGB Variations
Color information
#B049B2 (or 0xB049B2) is known color: Fuchsia. HEX triplet: B0, 49 and B2. RGB value is (176,73,178). Sum of RGB (Red+Green+Blue) = 176+73+178=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 178 - color contains mainly: blue. Hex color #B049B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B049B2 is #4FB64D. Grayscale: #737373. Windows color (decimal): -5224014 or 11684272. OLE color: 11684272.
HSL color Cylindrical-coordinate representation of color #B049B2: hue angle of 298.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B049B2 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 73 | 178 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.30 |
| HSL | 298.86º | 0.42% | 0.49% | - |
| HSV(B) | 298.86º | 0.59% | 0.7% | - |
| XYZ | 28.32 | 17.21 | 43.95 | - |
| YUV | 115.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 178 | 0.01 | 0.59 | 0 | 0.30 | 298.86 | 0.42 | 0.49 |
| Hex | B0 | 49 | B2 | 1 | 3B | 0 | 1E | 12B | 2A | 31 |
| Octal | 260 | 111 | 262 | 1 | 73 | 0 | 36 | 453 | 52 | 61 |
| Binary | 10110000 | 1001001 | 10110010 | 1 | 111011 | 0 | 11110 | 100101011 | 101010 | 110001 |
Color Harmonies of #B049B2
Complementary color
Monochromatic Colors of #B049B2
Black with #B049B2
Text Example
Text Example
White with #B049B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B049B2; }
p { color: rgb(176,73,178); }
H1.HeaderClassName
{
color: #B049B2;
}
.AnyTagClassName
{
color: #B049B2;
}
</style>
background-color css
<style>
a { background-color: #B049B2; }
a { background-color: rgb(176,73,178); }
div.DivClassName
{
background-color: #B049B2;
}
.BgClassName
{
background-color: #B049B2;
}
</style>
border-color css
<style>
span { border-color: #B049B2; }
span { border-color: rgb(176,73,178); }
td.TdClassName
{
border-color: #B049B2;
}
.TagClassName
{
border-color: #B049B2;
}
</style>