Shades of Fuchsia #BB3AAD
Tints of Fuchsia #BB3AAD
RGB
CMYK
RGB Variations
Color information
#BB3AAD (or 0xBB3AAD) is known color: Fuchsia. HEX triplet: BB, 3A and AD. RGB value is (187,58,173). Sum of RGB (Red+Green+Blue) = 187+58+173=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3AAD is #44C552. Grayscale: #6D6D6D. Windows color (decimal): -4506963 or 11352763. OLE color: 11352763.
HSL color Cylindrical-coordinate representation of color #BB3AAD: hue angle of 306.51º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB3AAD is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 58 | 173 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.27 |
| HSL | 306.51º | 0.53% | 0.48% | - |
| HSV(B) | 306.51º | 0.69% | 0.73% | - |
| XYZ | 29.55 | 16.61 | 41.18 | - |
| YUV | 109.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 58 | 173 | 0 | 0.69 | 0.07 | 0.27 | 306.51 | 0.53 | 0.48 |
| Hex | BB | 3A | AD | 0 | 45 | 7 | 1B | 133 | 35 | 30 |
| Octal | 273 | 72 | 255 | 0 | 105 | 7 | 33 | 463 | 65 | 60 |
| Binary | 10111011 | 111010 | 10101101 | 0 | 1000101 | 111 | 11011 | 100110011 | 110101 | 110000 |
Color Harmonies of #BB3AAD
Complementary color
Monochromatic Colors of #BB3AAD
Black with #BB3AAD
Text Example
Text Example
White with #BB3AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3AAD; }
p { color: rgb(187,58,173); }
H1.HeaderClassName
{
color: #BB3AAD;
}
.AnyTagClassName
{
color: #BB3AAD;
}
</style>
background-color css
<style>
a { background-color: #BB3AAD; }
a { background-color: rgb(187,58,173); }
div.DivClassName
{
background-color: #BB3AAD;
}
.BgClassName
{
background-color: #BB3AAD;
}
</style>
border-color css
<style>
span { border-color: #BB3AAD; }
span { border-color: rgb(187,58,173); }
td.TdClassName
{
border-color: #BB3AAD;
}
.TagClassName
{
border-color: #BB3AAD;
}
</style>