Shades of Fuchsia #BB32BA
Tints of Fuchsia #BB32BA
RGB
CMYK
RGB Variations
Color information
#BB32BA (or 0xBB32BA) is known color: Fuchsia. HEX triplet: BB, 32 and BA. RGB value is (187,50,186). Sum of RGB (Red+Green+Blue) = 187+50+186=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB32BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32BA is #44CD45. Grayscale: #6A6A6A. Windows color (decimal): -4508998 or 12202683. OLE color: 12202683.
HSL color Cylindrical-coordinate representation of color #BB32BA: hue angle of 300.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB32BA is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 186 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.27 |
| HSL | 300.44º | 0.58% | 0.46% | - |
| HSV(B) | 300.44º | 0.73% | 0.73% | - |
| XYZ | 30.5 | 16.39 | 48.01 | - |
| YUV | 106.47 | 172.89 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 186 | 0 | 0.73 | 0.01 | 0.27 | 300.44 | 0.58 | 0.46 |
| Hex | BB | 32 | BA | 0 | 49 | 1 | 1B | 12C | 3A | 2E |
| Octal | 273 | 62 | 272 | 0 | 111 | 1 | 33 | 454 | 72 | 56 |
| Binary | 10111011 | 110010 | 10111010 | 0 | 1001001 | 1 | 11011 | 100101100 | 111010 | 101110 |
Color Harmonies of #BB32BA
Complementary color
Monochromatic Colors of #BB32BA
Black with #BB32BA
Text Example
Text Example
White with #BB32BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB32BA; }
p { color: rgb(187,50,186); }
H1.HeaderClassName
{
color: #BB32BA;
}
.AnyTagClassName
{
color: #BB32BA;
}
</style>
background-color css
<style>
a { background-color: #BB32BA; }
a { background-color: rgb(187,50,186); }
div.DivClassName
{
background-color: #BB32BA;
}
.BgClassName
{
background-color: #BB32BA;
}
</style>
border-color css
<style>
span { border-color: #BB32BA; }
span { border-color: rgb(187,50,186); }
td.TdClassName
{
border-color: #BB32BA;
}
.TagClassName
{
border-color: #BB32BA;
}
</style>