Shades of Fuchsia #B449B7
Tints of Fuchsia #B449B7
RGB
CMYK
RGB Variations
Color information
#B449B7 (or 0xB449B7) is known color: Fuchsia. HEX triplet: B4, 49 and B7. RGB value is (180,73,183). Sum of RGB (Red+Green+Blue) = 180+73+183=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 183 - color contains mainly: blue. Hex color #B449B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449B7 is #4BB648. Grayscale: #757575. Windows color (decimal): -4961865 or 12011956. OLE color: 12011956.
HSL color Cylindrical-coordinate representation of color #B449B7: hue angle of 298.36º degrees, saturation: 0.43, 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 #B449B7 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 73 | 183 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.28 |
| HSL | 298.36º | 0.43% | 0.5% | - |
| HSV(B) | 298.36º | 0.6% | 0.72% | - |
| XYZ | 29.75 | 17.89 | 46.68 | - |
| YUV | 117.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 183 | 0.02 | 0.60 | 0 | 0.28 | 298.36 | 0.43 | 0.5 |
| Hex | B4 | 49 | B7 | 2 | 3C | 0 | 1C | 12A | 2B | 32 |
| Octal | 264 | 111 | 267 | 2 | 74 | 0 | 34 | 452 | 53 | 62 |
| Binary | 10110100 | 1001001 | 10110111 | 10 | 111100 | 0 | 11100 | 100101010 | 101011 | 110010 |
Color Harmonies of #B449B7
Complementary color
Monochromatic Colors of #B449B7
Black with #B449B7
Text Example
Text Example
White with #B449B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B449B7; }
p { color: rgb(180,73,183); }
H1.HeaderClassName
{
color: #B449B7;
}
.AnyTagClassName
{
color: #B449B7;
}
</style>
background-color css
<style>
a { background-color: #B449B7; }
a { background-color: rgb(180,73,183); }
div.DivClassName
{
background-color: #B449B7;
}
.BgClassName
{
background-color: #B449B7;
}
</style>
border-color css
<style>
span { border-color: #B449B7; }
span { border-color: rgb(180,73,183); }
td.TdClassName
{
border-color: #B449B7;
}
.TagClassName
{
border-color: #B449B7;
}
</style>