Shades of Fuchsia #BB31BA
Tints of Fuchsia #BB31BA
RGB
CMYK
RGB Variations
Color information
#BB31BA (or 0xBB31BA) is known color: Fuchsia. HEX triplet: BB, 31 and BA. RGB value is (187,49,186). Sum of RGB (Red+Green+Blue) = 187+49+186=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB31BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31BA is #44CE45. Grayscale: #696969. Windows color (decimal): -4509254 or 12202427. OLE color: 12202427.
HSL color Cylindrical-coordinate representation of color #BB31BA: hue angle of 300.43º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB31BA is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 186 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.27 |
| HSL | 300.43º | 0.58% | 0.46% | - |
| HSV(B) | 300.43º | 0.74% | 0.73% | - |
| XYZ | 30.45 | 16.31 | 48 | - |
| YUV | 105.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 186 | 0 | 0.74 | 0.01 | 0.27 | 300.43 | 0.58 | 0.46 |
| Hex | BB | 31 | BA | 0 | 4A | 1 | 1B | 12C | 3A | 2E |
| Octal | 273 | 61 | 272 | 0 | 112 | 1 | 33 | 454 | 72 | 56 |
| Binary | 10111011 | 110001 | 10111010 | 0 | 1001010 | 1 | 11011 | 100101100 | 111010 | 101110 |
Color Harmonies of #BB31BA
Complementary color
Monochromatic Colors of #BB31BA
Black with #BB31BA
Text Example
Text Example
White with #BB31BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31BA; }
p { color: rgb(187,49,186); }
H1.HeaderClassName
{
color: #BB31BA;
}
.AnyTagClassName
{
color: #BB31BA;
}
</style>
background-color css
<style>
a { background-color: #BB31BA; }
a { background-color: rgb(187,49,186); }
div.DivClassName
{
background-color: #BB31BA;
}
.BgClassName
{
background-color: #BB31BA;
}
</style>
border-color css
<style>
span { border-color: #BB31BA; }
span { border-color: rgb(187,49,186); }
td.TdClassName
{
border-color: #BB31BA;
}
.TagClassName
{
border-color: #BB31BA;
}
</style>