Shades of Fuchsia #BB31B0
Tints of Fuchsia #BB31B0
RGB
CMYK
RGB Variations
Color information
#BB31B0 (or 0xBB31B0) is known color: Fuchsia. HEX triplet: BB, 31 and B0. RGB value is (187,49,176). Sum of RGB (Red+Green+Blue) = 187+49+176=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB31B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB31B0 is #44CE4F. Grayscale: #686868. Windows color (decimal): -4509264 or 11547067. OLE color: 11547067.
HSL color Cylindrical-coordinate representation of color #BB31B0: hue angle of 304.78º 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 #BB31B0 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 176 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.27 |
| HSL | 304.78º | 0.58% | 0.46% | - |
| HSV(B) | 304.78º | 0.74% | 0.73% | - |
| XYZ | 29.43 | 15.9 | 42.59 | - |
| YUV | 104.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 176 | 0 | 0.74 | 0.06 | 0.27 | 304.78 | 0.58 | 0.46 |
| Hex | BB | 31 | B0 | 0 | 4A | 6 | 1B | 131 | 3A | 2E |
| Octal | 273 | 61 | 260 | 0 | 112 | 6 | 33 | 461 | 72 | 56 |
| Binary | 10111011 | 110001 | 10110000 | 0 | 1001010 | 110 | 11011 | 100110001 | 111010 | 101110 |
Color Harmonies of #BB31B0
Complementary color
Monochromatic Colors of #BB31B0
Black with #BB31B0
Text Example
Text Example
White with #BB31B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31B0; }
p { color: rgb(187,49,176); }
H1.HeaderClassName
{
color: #BB31B0;
}
.AnyTagClassName
{
color: #BB31B0;
}
</style>
background-color css
<style>
a { background-color: #BB31B0; }
a { background-color: rgb(187,49,176); }
div.DivClassName
{
background-color: #BB31B0;
}
.BgClassName
{
background-color: #BB31B0;
}
</style>
border-color css
<style>
span { border-color: #BB31B0; }
span { border-color: rgb(187,49,176); }
td.TdClassName
{
border-color: #BB31B0;
}
.TagClassName
{
border-color: #BB31B0;
}
</style>