Shades of Fuchsia #BC2FC5
Tints of Fuchsia #BC2FC5
RGB
CMYK
RGB Variations
Color information
#BC2FC5 (or 0xBC2FC5) is known color: Fuchsia. HEX triplet: BC, 2F and C5. RGB value is (188,47,197). Sum of RGB (Red+Green+Blue) = 188+47+197=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC2FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FC5 is #43D03A. Grayscale: #696969. Windows color (decimal): -4444219 or 12922812. OLE color: 12922812.
HSL color Cylindrical-coordinate representation of color #BC2FC5: hue angle of 296.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2FC5 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 47 | 197 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.23 |
| HSL | 296.4º | 0.61% | 0.48% | - |
| HSV(B) | 296.4º | 0.76% | 0.77% | - |
| XYZ | 31.83 | 16.76 | 54.38 | - |
| YUV | 106.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 197 | 0.05 | 0.76 | 0 | 0.23 | 296.4 | 0.61 | 0.48 |
| Hex | BC | 2F | C5 | 5 | 4C | 0 | 17 | 128 | 3D | 30 |
| Octal | 274 | 57 | 305 | 5 | 114 | 0 | 27 | 450 | 75 | 60 |
| Binary | 10111100 | 101111 | 11000101 | 101 | 1001100 | 0 | 10111 | 100101000 | 111101 | 110000 |
Color Harmonies of #BC2FC5
Complementary color
Monochromatic Colors of #BC2FC5
Black with #BC2FC5
Text Example
Text Example
White with #BC2FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FC5; }
p { color: rgb(188,47,197); }
H1.HeaderClassName
{
color: #BC2FC5;
}
.AnyTagClassName
{
color: #BC2FC5;
}
</style>
background-color css
<style>
a { background-color: #BC2FC5; }
a { background-color: rgb(188,47,197); }
div.DivClassName
{
background-color: #BC2FC5;
}
.BgClassName
{
background-color: #BC2FC5;
}
</style>
border-color css
<style>
span { border-color: #BC2FC5; }
span { border-color: rgb(188,47,197); }
td.TdClassName
{
border-color: #BC2FC5;
}
.TagClassName
{
border-color: #BC2FC5;
}
</style>