Shades of Fuchsia #BB29BA
Tints of Fuchsia #BB29BA
RGB
CMYK
RGB Variations
Color information
#BB29BA (or 0xBB29BA) is known color: Fuchsia. HEX triplet: BB, 29 and BA. RGB value is (187,41,186). Sum of RGB (Red+Green+Blue) = 187+41+186=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29BA is #44D645. Grayscale: #646464. Windows color (decimal): -4511302 or 12200379. OLE color: 12200379.
HSL color Cylindrical-coordinate representation of color #BB29BA: hue angle of 300.41º 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 #BB29BA is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 186 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.27 |
| HSL | 300.41º | 0.64% | 0.45% | - |
| HSV(B) | 300.41º | 0.78% | 0.73% | - |
| XYZ | 30.15 | 15.7 | 47.89 | - |
| YUV | 101.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 186 | 0 | 0.78 | 0.01 | 0.27 | 300.41 | 0.64 | 0.45 |
| Hex | BB | 29 | BA | 0 | 4E | 1 | 1B | 12C | 40 | 2D |
| Octal | 273 | 51 | 272 | 0 | 116 | 1 | 33 | 454 | 100 | 55 |
| Binary | 10111011 | 101001 | 10111010 | 0 | 1001110 | 1 | 11011 | 100101100 | 1000000 | 101101 |
Color Harmonies of #BB29BA
Complementary color
Monochromatic Colors of #BB29BA
Black with #BB29BA
Text Example
Text Example
White with #BB29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29BA; }
p { color: rgb(187,41,186); }
H1.HeaderClassName
{
color: #BB29BA;
}
.AnyTagClassName
{
color: #BB29BA;
}
</style>
background-color css
<style>
a { background-color: #BB29BA; }
a { background-color: rgb(187,41,186); }
div.DivClassName
{
background-color: #BB29BA;
}
.BgClassName
{
background-color: #BB29BA;
}
</style>
border-color css
<style>
span { border-color: #BB29BA; }
span { border-color: rgb(187,41,186); }
td.TdClassName
{
border-color: #BB29BA;
}
.TagClassName
{
border-color: #BB29BA;
}
</style>