Shades of Fuchsia #BB47BA
Tints of Fuchsia #BB47BA
RGB
CMYK
RGB Variations
Color information
#BB47BA (or 0xBB47BA) is known color: Fuchsia. HEX triplet: BB, 47 and BA. RGB value is (187,71,186). Sum of RGB (Red+Green+Blue) = 187+71+186=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47BA is #44B845. Grayscale: #767676. Windows color (decimal): -4503622 or 12208059. OLE color: 12208059.
HSL color Cylindrical-coordinate representation of color #BB47BA: hue angle of 300.52º 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 #BB47BA is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 186 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.27 |
| HSL | 300.52º | 0.46% | 0.51% | - |
| HSV(B) | 300.52º | 0.62% | 0.73% | - |
| XYZ | 31.61 | 18.62 | 48.38 | - |
| YUV | 118.79 | 165.93 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 186 | 0 | 0.62 | 0.01 | 0.27 | 300.52 | 0.46 | 0.51 |
| Hex | BB | 47 | BA | 0 | 3E | 1 | 1B | 12D | 2E | 33 |
| Octal | 273 | 107 | 272 | 0 | 76 | 1 | 33 | 455 | 56 | 63 |
| Binary | 10111011 | 1000111 | 10111010 | 0 | 111110 | 1 | 11011 | 100101101 | 101110 | 110011 |
Color Harmonies of #BB47BA
Complementary color
Monochromatic Colors of #BB47BA
Black with #BB47BA
Text Example
Text Example
White with #BB47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB47BA; }
p { color: rgb(187,71,186); }
H1.HeaderClassName
{
color: #BB47BA;
}
.AnyTagClassName
{
color: #BB47BA;
}
</style>
background-color css
<style>
a { background-color: #BB47BA; }
a { background-color: rgb(187,71,186); }
div.DivClassName
{
background-color: #BB47BA;
}
.BgClassName
{
background-color: #BB47BA;
}
</style>
border-color css
<style>
span { border-color: #BB47BA; }
span { border-color: rgb(187,71,186); }
td.TdClassName
{
border-color: #BB47BA;
}
.TagClassName
{
border-color: #BB47BA;
}
</style>