Shades of Fuchsia #BB29B2
Tints of Fuchsia #BB29B2
RGB
CMYK
RGB Variations
Color information
#BB29B2 (or 0xBB29B2) is known color: Fuchsia. HEX triplet: BB, 29 and B2. RGB value is (187,41,178). Sum of RGB (Red+Green+Blue) = 187+41+178=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB29B2 is #44D64D. Grayscale: #636363. Windows color (decimal): -4511310 or 11676091. OLE color: 11676091.
HSL color Cylindrical-coordinate representation of color #BB29B2: hue angle of 303.7º 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 #BB29B2 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 178 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.27 |
| HSL | 303.7º | 0.64% | 0.45% | - |
| HSV(B) | 303.7º | 0.78% | 0.73% | - |
| XYZ | 29.32 | 15.37 | 43.54 | - |
| YUV | 100.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 178 | 0 | 0.78 | 0.05 | 0.27 | 303.7 | 0.64 | 0.45 |
| Hex | BB | 29 | B2 | 0 | 4E | 5 | 1B | 130 | 40 | 2D |
| Octal | 273 | 51 | 262 | 0 | 116 | 5 | 33 | 460 | 100 | 55 |
| Binary | 10111011 | 101001 | 10110010 | 0 | 1001110 | 101 | 11011 | 100110000 | 1000000 | 101101 |
Color Harmonies of #BB29B2
Complementary color
Monochromatic Colors of #BB29B2
Black with #BB29B2
Text Example
Text Example
White with #BB29B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29B2; }
p { color: rgb(187,41,178); }
H1.HeaderClassName
{
color: #BB29B2;
}
.AnyTagClassName
{
color: #BB29B2;
}
</style>
background-color css
<style>
a { background-color: #BB29B2; }
a { background-color: rgb(187,41,178); }
div.DivClassName
{
background-color: #BB29B2;
}
.BgClassName
{
background-color: #BB29B2;
}
</style>
border-color css
<style>
span { border-color: #BB29B2; }
span { border-color: rgb(187,41,178); }
td.TdClassName
{
border-color: #BB29B2;
}
.TagClassName
{
border-color: #BB29B2;
}
</style>