Shades of Fuchsia #BB49B7
Tints of Fuchsia #BB49B7
RGB
CMYK
RGB Variations
Color information
#BB49B7 (or 0xBB49B7) is known color: Fuchsia. HEX triplet: BB, 49 and B7. RGB value is (187,73,183). Sum of RGB (Red+Green+Blue) = 187+73+183=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB49B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49B7 is #44B648. Grayscale: #777777. Windows color (decimal): -4503113 or 12011963. OLE color: 12011963.
HSL color Cylindrical-coordinate representation of color #BB49B7: hue angle of 302.11º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB49B7 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 183 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.27 |
| HSL | 302.11º | 0.46% | 0.51% | - |
| HSV(B) | 302.11º | 0.61% | 0.73% | - |
| XYZ | 31.42 | 18.75 | 46.76 | - |
| YUV | 119.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 183 | 0 | 0.61 | 0.02 | 0.27 | 302.11 | 0.46 | 0.51 |
| Hex | BB | 49 | B7 | 0 | 3D | 2 | 1B | 12E | 2E | 33 |
| Octal | 273 | 111 | 267 | 0 | 75 | 2 | 33 | 456 | 56 | 63 |
| Binary | 10111011 | 1001001 | 10110111 | 0 | 111101 | 10 | 11011 | 100101110 | 101110 | 110011 |
Color Harmonies of #BB49B7
Complementary color
Monochromatic Colors of #BB49B7
Black with #BB49B7
Text Example
Text Example
White with #BB49B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB49B7; }
p { color: rgb(187,73,183); }
H1.HeaderClassName
{
color: #BB49B7;
}
.AnyTagClassName
{
color: #BB49B7;
}
</style>
background-color css
<style>
a { background-color: #BB49B7; }
a { background-color: rgb(187,73,183); }
div.DivClassName
{
background-color: #BB49B7;
}
.BgClassName
{
background-color: #BB49B7;
}
</style>
border-color css
<style>
span { border-color: #BB49B7; }
span { border-color: rgb(187,73,183); }
td.TdClassName
{
border-color: #BB49B7;
}
.TagClassName
{
border-color: #BB49B7;
}
</style>