Shades of Fuchsia #B249B0
Tints of Fuchsia #B249B0
RGB
CMYK
RGB Variations
Color information
#B249B0 (or 0xB249B0) is known color: Fuchsia. HEX triplet: B2, 49 and B0. RGB value is (178,73,176). Sum of RGB (Red+Green+Blue) = 178+73+176=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B249B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B249B0 is #4DB64F. Grayscale: #737373. Windows color (decimal): -5092944 or 11553202. OLE color: 11553202.
HSL color Cylindrical-coordinate representation of color #B249B0: hue angle of 301.14º 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 #B249B0 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 176 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.30 |
| HSL | 301.14º | 0.42% | 0.49% | - |
| HSV(B) | 301.14º | 0.59% | 0.7% | - |
| XYZ | 28.58 | 17.36 | 42.92 | - |
| YUV | 116.14 | 161.79 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 176 | 0 | 0.59 | 0.01 | 0.30 | 301.14 | 0.42 | 0.49 |
| Hex | B2 | 49 | B0 | 0 | 3B | 1 | 1E | 12D | 2A | 31 |
| Octal | 262 | 111 | 260 | 0 | 73 | 1 | 36 | 455 | 52 | 61 |
| Binary | 10110010 | 1001001 | 10110000 | 0 | 111011 | 1 | 11110 | 100101101 | 101010 | 110001 |
Color Harmonies of #B249B0
Complementary color
Monochromatic Colors of #B249B0
Black with #B249B0
Text Example
Text Example
White with #B249B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B249B0; }
p { color: rgb(178,73,176); }
H1.HeaderClassName
{
color: #B249B0;
}
.AnyTagClassName
{
color: #B249B0;
}
</style>
background-color css
<style>
a { background-color: #B249B0; }
a { background-color: rgb(178,73,176); }
div.DivClassName
{
background-color: #B249B0;
}
.BgClassName
{
background-color: #B249B0;
}
</style>
border-color css
<style>
span { border-color: #B249B0; }
span { border-color: rgb(178,73,176); }
td.TdClassName
{
border-color: #B249B0;
}
.TagClassName
{
border-color: #B249B0;
}
</style>