Shades of Fuchsia #BB47B0
Tints of Fuchsia #BB47B0
RGB
CMYK
RGB Variations
Color information
#BB47B0 (or 0xBB47B0) is known color: Fuchsia. HEX triplet: BB, 47 and B0. RGB value is (187,71,176). Sum of RGB (Red+Green+Blue) = 187+71+176=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB47B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB47B0 is #44B84F. Grayscale: #757575. Windows color (decimal): -4503632 or 11552699. OLE color: 11552699.
HSL color Cylindrical-coordinate representation of color #BB47B0: hue angle of 305.69º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB47B0 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 176 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.27 |
| HSL | 305.69º | 0.46% | 0.51% | - |
| HSV(B) | 305.69º | 0.62% | 0.73% | - |
| XYZ | 30.58 | 18.21 | 42.98 | - |
| YUV | 117.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 176 | 0 | 0.62 | 0.06 | 0.27 | 305.69 | 0.46 | 0.51 |
| Hex | BB | 47 | B0 | 0 | 3E | 6 | 1B | 132 | 2E | 33 |
| Octal | 273 | 107 | 260 | 0 | 76 | 6 | 33 | 462 | 56 | 63 |
| Binary | 10111011 | 1000111 | 10110000 | 0 | 111110 | 110 | 11011 | 100110010 | 101110 | 110011 |
Color Harmonies of #BB47B0
Complementary color
Monochromatic Colors of #BB47B0
Black with #BB47B0
Text Example
Text Example
White with #BB47B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB47B0; }
p { color: rgb(187,71,176); }
H1.HeaderClassName
{
color: #BB47B0;
}
.AnyTagClassName
{
color: #BB47B0;
}
</style>
background-color css
<style>
a { background-color: #BB47B0; }
a { background-color: rgb(187,71,176); }
div.DivClassName
{
background-color: #BB47B0;
}
.BgClassName
{
background-color: #BB47B0;
}
</style>
border-color css
<style>
span { border-color: #BB47B0; }
span { border-color: rgb(187,71,176); }
td.TdClassName
{
border-color: #BB47B0;
}
.TagClassName
{
border-color: #BB47B0;
}
</style>