Shades of Fuchsia #BB29AD
Tints of Fuchsia #BB29AD
RGB
CMYK
RGB Variations
Color information
#BB29AD (or 0xBB29AD) is known color: Fuchsia. HEX triplet: BB, 29 and AD. RGB value is (187,41,173). Sum of RGB (Red+Green+Blue) = 187+41+173=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB29AD is #44D652. Grayscale: #636363. Windows color (decimal): -4511315 or 11348411. OLE color: 11348411.
HSL color Cylindrical-coordinate representation of color #BB29AD: hue angle of 305.75º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB29AD is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 173 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.27 |
| HSL | 305.75º | 0.64% | 0.45% | - |
| HSV(B) | 305.75º | 0.78% | 0.73% | - |
| XYZ | 28.83 | 15.17 | 40.94 | - |
| YUV | 99.7 | 169.37 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 173 | 0 | 0.78 | 0.07 | 0.27 | 305.75 | 0.64 | 0.45 |
| Hex | BB | 29 | AD | 0 | 4E | 7 | 1B | 132 | 40 | 2D |
| Octal | 273 | 51 | 255 | 0 | 116 | 7 | 33 | 462 | 100 | 55 |
| Binary | 10111011 | 101001 | 10101101 | 0 | 1001110 | 111 | 11011 | 100110010 | 1000000 | 101101 |
Color Harmonies of #BB29AD
Complementary color
Monochromatic Colors of #BB29AD
Black with #BB29AD
Text Example
Text Example
White with #BB29AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29AD; }
p { color: rgb(187,41,173); }
H1.HeaderClassName
{
color: #BB29AD;
}
.AnyTagClassName
{
color: #BB29AD;
}
</style>
background-color css
<style>
a { background-color: #BB29AD; }
a { background-color: rgb(187,41,173); }
div.DivClassName
{
background-color: #BB29AD;
}
.BgClassName
{
background-color: #BB29AD;
}
</style>
border-color css
<style>
span { border-color: #BB29AD; }
span { border-color: rgb(187,41,173); }
td.TdClassName
{
border-color: #BB29AD;
}
.TagClassName
{
border-color: #BB29AD;
}
</style>