Shades of Fuchsia #BC31B5
Tints of Fuchsia #BC31B5
RGB
CMYK
RGB Variations
Color information
#BC31B5 (or 0xBC31B5) is known color: Fuchsia. HEX triplet: BC, 31 and B5. RGB value is (188,49,181). Sum of RGB (Red+Green+Blue) = 188+49+181=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31B5 is #43CE4A. Grayscale: #696969. Windows color (decimal): -4443723 or 11874748. OLE color: 11874748.
HSL color Cylindrical-coordinate representation of color #BC31B5: hue angle of 303.02º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC31B5 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 181 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.26 |
| HSL | 303.02º | 0.59% | 0.46% | - |
| HSV(B) | 303.02º | 0.74% | 0.74% | - |
| XYZ | 30.18 | 16.22 | 45.26 | - |
| YUV | 105.61 | 170.55 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 181 | 0 | 0.74 | 0.04 | 0.26 | 303.02 | 0.59 | 0.46 |
| Hex | BC | 31 | B5 | 0 | 4A | 4 | 1A | 12F | 3B | 2E |
| Octal | 274 | 61 | 265 | 0 | 112 | 4 | 32 | 457 | 73 | 56 |
| Binary | 10111100 | 110001 | 10110101 | 0 | 1001010 | 100 | 11010 | 100101111 | 111011 | 101110 |
Color Harmonies of #BC31B5
Complementary color
Monochromatic Colors of #BC31B5
Black with #BC31B5
Text Example
Text Example
White with #BC31B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31B5; }
p { color: rgb(188,49,181); }
H1.HeaderClassName
{
color: #BC31B5;
}
.AnyTagClassName
{
color: #BC31B5;
}
</style>
background-color css
<style>
a { background-color: #BC31B5; }
a { background-color: rgb(188,49,181); }
div.DivClassName
{
background-color: #BC31B5;
}
.BgClassName
{
background-color: #BC31B5;
}
</style>
border-color css
<style>
span { border-color: #BC31B5; }
span { border-color: rgb(188,49,181); }
td.TdClassName
{
border-color: #BC31B5;
}
.TagClassName
{
border-color: #BC31B5;
}
</style>