Shades of Fuchsia #BB49C8
Tints of Fuchsia #BB49C8
RGB
CMYK
RGB Variations
Color information
#BB49C8 (or 0xBB49C8) is known color: Fuchsia. HEX triplet: BB, 49 and C8. RGB value is (187,73,200). Sum of RGB (Red+Green+Blue) = 187+73+200=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB49C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49C8 is #44B637. Grayscale: #797979. Windows color (decimal): -4503096 or 13126075. OLE color: 13126075.
HSL color Cylindrical-coordinate representation of color #BB49C8: hue angle of 293.86º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB49C8 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 73 | 200 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.22 |
| HSL | 293.86º | 0.54% | 0.54% | - |
| HSV(B) | 293.86º | 0.64% | 0.78% | - |
| XYZ | 33.3 | 19.5 | 56.65 | - |
| YUV | 121.56 | 172.27 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 200 | 0.06 | 0.64 | 0 | 0.22 | 293.86 | 0.54 | 0.54 |
| Hex | BB | 49 | C8 | 6 | 40 | 0 | 16 | 126 | 36 | 36 |
| Octal | 273 | 111 | 310 | 6 | 100 | 0 | 26 | 446 | 66 | 66 |
| Binary | 10111011 | 1001001 | 11001000 | 110 | 1000000 | 0 | 10110 | 100100110 | 110110 | 110110 |
Color Harmonies of #BB49C8
Complementary color
Monochromatic Colors of #BB49C8
Black with #BB49C8
Text Example
Text Example
White with #BB49C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB49C8; }
p { color: rgb(187,73,200); }
H1.HeaderClassName
{
color: #BB49C8;
}
.AnyTagClassName
{
color: #BB49C8;
}
</style>
background-color css
<style>
a { background-color: #BB49C8; }
a { background-color: rgb(187,73,200); }
div.DivClassName
{
background-color: #BB49C8;
}
.BgClassName
{
background-color: #BB49C8;
}
</style>
border-color css
<style>
span { border-color: #BB49C8; }
span { border-color: rgb(187,73,200); }
td.TdClassName
{
border-color: #BB49C8;
}
.TagClassName
{
border-color: #BB49C8;
}
</style>