Shades of Fuchsia #BC31C2
Tints of Fuchsia #BC31C2
RGB
CMYK
RGB Variations
Color information
#BC31C2 (or 0xBC31C2) is known color: Fuchsia. HEX triplet: BC, 31 and C2. RGB value is (188,49,194). Sum of RGB (Red+Green+Blue) = 188+49+194=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC31C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31C2 is #43CE3D. Grayscale: #6A6A6A. Windows color (decimal): -4443710 or 12726716. OLE color: 12726716.
HSL color Cylindrical-coordinate representation of color #BC31C2: hue angle of 297.52º 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 #BC31C2 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 49 | 194 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.24 |
| HSL | 297.52º | 0.6% | 0.48% | - |
| HSV(B) | 297.52º | 0.75% | 0.76% | - |
| XYZ | 31.57 | 16.78 | 52.61 | - |
| YUV | 107.09 | 177.05 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 194 | 0.03 | 0.75 | 0 | 0.24 | 297.52 | 0.6 | 0.48 |
| Hex | BC | 31 | C2 | 3 | 4B | 0 | 18 | 12A | 3C | 30 |
| Octal | 274 | 61 | 302 | 3 | 113 | 0 | 30 | 452 | 74 | 60 |
| Binary | 10111100 | 110001 | 11000010 | 11 | 1001011 | 0 | 11000 | 100101010 | 111100 | 110000 |
Color Harmonies of #BC31C2
Complementary color
Monochromatic Colors of #BC31C2
Black with #BC31C2
Text Example
Text Example
White with #BC31C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31C2; }
p { color: rgb(188,49,194); }
H1.HeaderClassName
{
color: #BC31C2;
}
.AnyTagClassName
{
color: #BC31C2;
}
</style>
background-color css
<style>
a { background-color: #BC31C2; }
a { background-color: rgb(188,49,194); }
div.DivClassName
{
background-color: #BC31C2;
}
.BgClassName
{
background-color: #BC31C2;
}
</style>
border-color css
<style>
span { border-color: #BC31C2; }
span { border-color: rgb(188,49,194); }
td.TdClassName
{
border-color: #BC31C2;
}
.TagClassName
{
border-color: #BC31C2;
}
</style>