Shades of Fuchsia #B449B8
Tints of Fuchsia #B449B8
RGB
CMYK
RGB Variations
Color information
#B449B8 (or 0xB449B8) is known color: Fuchsia. HEX triplet: B4, 49 and B8. RGB value is (180,73,184). Sum of RGB (Red+Green+Blue) = 180+73+184=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 184 - color contains mainly: blue. Hex color #B449B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449B8 is #4BB647. Grayscale: #757575. Windows color (decimal): -4961864 or 12077492. OLE color: 12077492.
HSL color Cylindrical-coordinate representation of color #B449B8: hue angle of 297.84º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B449B8 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 73 | 184 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.28 |
| HSL | 297.84º | 0.44% | 0.5% | - |
| HSV(B) | 297.84º | 0.6% | 0.72% | - |
| XYZ | 29.86 | 17.93 | 47.23 | - |
| YUV | 117.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 184 | 0.02 | 0.60 | 0 | 0.28 | 297.84 | 0.44 | 0.5 |
| Hex | B4 | 49 | B8 | 2 | 3C | 0 | 1C | 12A | 2C | 32 |
| Octal | 264 | 111 | 270 | 2 | 74 | 0 | 34 | 452 | 54 | 62 |
| Binary | 10110100 | 1001001 | 10111000 | 10 | 111100 | 0 | 11100 | 100101010 | 101100 | 110010 |
Color Harmonies of #B449B8
Complementary color
Monochromatic Colors of #B449B8
Black with #B449B8
Text Example
Text Example
White with #B449B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B449B8; }
p { color: rgb(180,73,184); }
H1.HeaderClassName
{
color: #B449B8;
}
.AnyTagClassName
{
color: #B449B8;
}
</style>
background-color css
<style>
a { background-color: #B449B8; }
a { background-color: rgb(180,73,184); }
div.DivClassName
{
background-color: #B449B8;
}
.BgClassName
{
background-color: #B449B8;
}
</style>
border-color css
<style>
span { border-color: #B449B8; }
span { border-color: rgb(180,73,184); }
td.TdClassName
{
border-color: #B449B8;
}
.TagClassName
{
border-color: #B449B8;
}
</style>