Shades of Fuchsia #B449B2
Tints of Fuchsia #B449B2
RGB
CMYK
RGB Variations
Color information
#B449B2 (or 0xB449B2) is known color: Fuchsia. HEX triplet: B4, 49 and B2. RGB value is (180,73,178). Sum of RGB (Red+Green+Blue) = 180+73+178=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B449B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B449B2 is #4BB64D. Grayscale: #747474. Windows color (decimal): -4961870 or 11684276. OLE color: 11684276.
HSL color Cylindrical-coordinate representation of color #B449B2: hue angle of 301.12º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B449B2 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 178 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.29 |
| HSL | 301.12º | 0.42% | 0.5% | - |
| HSV(B) | 301.12º | 0.59% | 0.71% | - |
| XYZ | 29.24 | 17.68 | 43.99 | - |
| YUV | 116.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 178 | 0 | 0.59 | 0.01 | 0.29 | 301.12 | 0.42 | 0.5 |
| Hex | B4 | 49 | B2 | 0 | 3B | 1 | 1D | 12D | 2A | 32 |
| Octal | 264 | 111 | 262 | 0 | 73 | 1 | 35 | 455 | 52 | 62 |
| Binary | 10110100 | 1001001 | 10110010 | 0 | 111011 | 1 | 11101 | 100101101 | 101010 | 110010 |
Color Harmonies of #B449B2
Complementary color
Monochromatic Colors of #B449B2
Black with #B449B2
Text Example
Text Example
White with #B449B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B449B2; }
p { color: rgb(180,73,178); }
H1.HeaderClassName
{
color: #B449B2;
}
.AnyTagClassName
{
color: #B449B2;
}
</style>
background-color css
<style>
a { background-color: #B449B2; }
a { background-color: rgb(180,73,178); }
div.DivClassName
{
background-color: #B449B2;
}
.BgClassName
{
background-color: #B449B2;
}
</style>
border-color css
<style>
span { border-color: #B449B2; }
span { border-color: rgb(180,73,178); }
td.TdClassName
{
border-color: #B449B2;
}
.TagClassName
{
border-color: #B449B2;
}
</style>