Shades of Fuchsia #B249B5
Tints of Fuchsia #B249B5
RGB
CMYK
RGB Variations
Color information
#B249B5 (or 0xB249B5) is known color: Fuchsia. HEX triplet: B2, 49 and B5. RGB value is (178,73,181). Sum of RGB (Red+Green+Blue) = 178+73+181=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 181 - color contains mainly: blue. Hex color #B249B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249B5 is #4DB64A. Grayscale: #747474. Windows color (decimal): -5092939 or 11880882. OLE color: 11880882.
HSL color Cylindrical-coordinate representation of color #B249B5: hue angle of 298.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B249B5 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 73 | 181 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.29 |
| HSL | 298.33º | 0.43% | 0.5% | - |
| HSV(B) | 298.33º | 0.6% | 0.71% | - |
| XYZ | 29.08 | 17.57 | 45.57 | - |
| YUV | 116.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 181 | 0.02 | 0.60 | 0 | 0.29 | 298.33 | 0.43 | 0.5 |
| Hex | B2 | 49 | B5 | 2 | 3C | 0 | 1D | 12A | 2B | 32 |
| Octal | 262 | 111 | 265 | 2 | 74 | 0 | 35 | 452 | 53 | 62 |
| Binary | 10110010 | 1001001 | 10110101 | 10 | 111100 | 0 | 11101 | 100101010 | 101011 | 110010 |
Color Harmonies of #B249B5
Complementary color
Monochromatic Colors of #B249B5
Black with #B249B5
Text Example
Text Example
White with #B249B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B249B5; }
p { color: rgb(178,73,181); }
H1.HeaderClassName
{
color: #B249B5;
}
.AnyTagClassName
{
color: #B249B5;
}
</style>
background-color css
<style>
a { background-color: #B249B5; }
a { background-color: rgb(178,73,181); }
div.DivClassName
{
background-color: #B249B5;
}
.BgClassName
{
background-color: #B249B5;
}
</style>
border-color css
<style>
span { border-color: #B249B5; }
span { border-color: rgb(178,73,181); }
td.TdClassName
{
border-color: #B249B5;
}
.TagClassName
{
border-color: #B249B5;
}
</style>