Shades of Fuchsia #BB47AD
Tints of Fuchsia #BB47AD
RGB
CMYK
RGB Variations
Color information
#BB47AD (or 0xBB47AD) is known color: Fuchsia. HEX triplet: BB, 47 and AD. RGB value is (187,71,173). Sum of RGB (Red+Green+Blue) = 187+71+173=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB47AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB47AD is #44B852. Grayscale: #757575. Windows color (decimal): -4503635 or 11356091. OLE color: 11356091.
HSL color Cylindrical-coordinate representation of color #BB47AD: hue angle of 307.24º 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 #BB47AD is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 173 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.27 |
| HSL | 307.24º | 0.46% | 0.51% | - |
| HSV(B) | 307.24º | 0.62% | 0.73% | - |
| XYZ | 30.29 | 18.09 | 41.43 | - |
| YUV | 117.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 173 | 0 | 0.62 | 0.07 | 0.27 | 307.24 | 0.46 | 0.51 |
| Hex | BB | 47 | AD | 0 | 3E | 7 | 1B | 133 | 2E | 33 |
| Octal | 273 | 107 | 255 | 0 | 76 | 7 | 33 | 463 | 56 | 63 |
| Binary | 10111011 | 1000111 | 10101101 | 0 | 111110 | 111 | 11011 | 100110011 | 101110 | 110011 |
Color Harmonies of #BB47AD
Complementary color
Monochromatic Colors of #BB47AD
Black with #BB47AD
Text Example
Text Example
White with #BB47AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB47AD; }
p { color: rgb(187,71,173); }
H1.HeaderClassName
{
color: #BB47AD;
}
.AnyTagClassName
{
color: #BB47AD;
}
</style>
background-color css
<style>
a { background-color: #BB47AD; }
a { background-color: rgb(187,71,173); }
div.DivClassName
{
background-color: #BB47AD;
}
.BgClassName
{
background-color: #BB47AD;
}
</style>
border-color css
<style>
span { border-color: #BB47AD; }
span { border-color: rgb(187,71,173); }
td.TdClassName
{
border-color: #BB47AD;
}
.TagClassName
{
border-color: #BB47AD;
}
</style>