Shades of Fuchsia #BB31C2
Tints of Fuchsia #BB31C2
RGB
CMYK
RGB Variations
Color information
#BB31C2 (or 0xBB31C2) is known color: Fuchsia. HEX triplet: BB, 31 and C2. RGB value is (187,49,194). Sum of RGB (Red+Green+Blue) = 187+49+194=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB31C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31C2 is #44CE3D. Grayscale: #6A6A6A. Windows color (decimal): -4509246 or 12726715. OLE color: 12726715.
HSL color Cylindrical-coordinate representation of color #BB31C2: hue angle of 297.1º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB31C2 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 49 | 194 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.24 |
| HSL | 297.1º | 0.6% | 0.48% | - |
| HSV(B) | 297.1º | 0.75% | 0.76% | - |
| XYZ | 31.33 | 16.66 | 52.6 | - |
| YUV | 106.79 | 177.22 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 194 | 0.04 | 0.75 | 0 | 0.24 | 297.1 | 0.6 | 0.48 |
| Hex | BB | 31 | C2 | 4 | 4B | 0 | 18 | 129 | 3C | 30 |
| Octal | 273 | 61 | 302 | 4 | 113 | 0 | 30 | 451 | 74 | 60 |
| Binary | 10111011 | 110001 | 11000010 | 100 | 1001011 | 0 | 11000 | 100101001 | 111100 | 110000 |
Color Harmonies of #BB31C2
Complementary color
Monochromatic Colors of #BB31C2
Black with #BB31C2
Text Example
Text Example
White with #BB31C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31C2; }
p { color: rgb(187,49,194); }
H1.HeaderClassName
{
color: #BB31C2;
}
.AnyTagClassName
{
color: #BB31C2;
}
</style>
background-color css
<style>
a { background-color: #BB31C2; }
a { background-color: rgb(187,49,194); }
div.DivClassName
{
background-color: #BB31C2;
}
.BgClassName
{
background-color: #BB31C2;
}
</style>
border-color css
<style>
span { border-color: #BB31C2; }
span { border-color: rgb(187,49,194); }
td.TdClassName
{
border-color: #BB31C2;
}
.TagClassName
{
border-color: #BB31C2;
}
</style>