Shades of Fuchsia #BB31AC
Tints of Fuchsia #BB31AC
RGB
CMYK
RGB Variations
Color information
#BB31AC (or 0xBB31AC) is known color: Fuchsia. HEX triplet: BB, 31 and AC. RGB value is (187,49,172). Sum of RGB (Red+Green+Blue) = 187+49+172=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB31AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB31AC is #44CE53. Grayscale: #676767. Windows color (decimal): -4509268 or 11284923. OLE color: 11284923.
HSL color Cylindrical-coordinate representation of color #BB31AC: hue angle of 306.52º 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 #BB31AC is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 172 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.27 |
| HSL | 306.52º | 0.58% | 0.46% | - |
| HSV(B) | 306.52º | 0.74% | 0.73% | - |
| XYZ | 29.04 | 15.74 | 40.54 | - |
| YUV | 104.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 172 | 0 | 0.74 | 0.08 | 0.27 | 306.52 | 0.58 | 0.46 |
| Hex | BB | 31 | AC | 0 | 4A | 8 | 1B | 133 | 3A | 2E |
| Octal | 273 | 61 | 254 | 0 | 112 | 10 | 33 | 463 | 72 | 56 |
| Binary | 10111011 | 110001 | 10101100 | 0 | 1001010 | 1000 | 11011 | 100110011 | 111010 | 101110 |
Color Harmonies of #BB31AC
Complementary color
Monochromatic Colors of #BB31AC
Black with #BB31AC
Text Example
Text Example
White with #BB31AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31AC; }
p { color: rgb(187,49,172); }
H1.HeaderClassName
{
color: #BB31AC;
}
.AnyTagClassName
{
color: #BB31AC;
}
</style>
background-color css
<style>
a { background-color: #BB31AC; }
a { background-color: rgb(187,49,172); }
div.DivClassName
{
background-color: #BB31AC;
}
.BgClassName
{
background-color: #BB31AC;
}
</style>
border-color css
<style>
span { border-color: #BB31AC; }
span { border-color: rgb(187,49,172); }
td.TdClassName
{
border-color: #BB31AC;
}
.TagClassName
{
border-color: #BB31AC;
}
</style>