Shades of Fuchsia #BC2DC5
Tints of Fuchsia #BC2DC5
RGB
CMYK
RGB Variations
Color information
#BC2DC5 (or 0xBC2DC5) is known color: Fuchsia. HEX triplet: BC, 2D and C5. RGB value is (188,45,197). Sum of RGB (Red+Green+Blue) = 188+45+197=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC2DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DC5 is #43D23A. Grayscale: #686868. Windows color (decimal): -4444731 or 12922300. OLE color: 12922300.
HSL color Cylindrical-coordinate representation of color #BC2DC5: hue angle of 296.45º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2DC5 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 45 | 197 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.23 |
| HSL | 296.45º | 0.63% | 0.47% | - |
| HSV(B) | 296.45º | 0.77% | 0.77% | - |
| XYZ | 31.76 | 16.6 | 54.35 | - |
| YUV | 105.09 | 179.88 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 197 | 0.05 | 0.77 | 0 | 0.23 | 296.45 | 0.63 | 0.47 |
| Hex | BC | 2D | C5 | 5 | 4D | 0 | 17 | 128 | 3F | 2F |
| Octal | 274 | 55 | 305 | 5 | 115 | 0 | 27 | 450 | 77 | 57 |
| Binary | 10111100 | 101101 | 11000101 | 101 | 1001101 | 0 | 10111 | 100101000 | 111111 | 101111 |
Color Harmonies of #BC2DC5
Complementary color
Monochromatic Colors of #BC2DC5
Black with #BC2DC5
Text Example
Text Example
White with #BC2DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DC5; }
p { color: rgb(188,45,197); }
H1.HeaderClassName
{
color: #BC2DC5;
}
.AnyTagClassName
{
color: #BC2DC5;
}
</style>
background-color css
<style>
a { background-color: #BC2DC5; }
a { background-color: rgb(188,45,197); }
div.DivClassName
{
background-color: #BC2DC5;
}
.BgClassName
{
background-color: #BC2DC5;
}
</style>
border-color css
<style>
span { border-color: #BC2DC5; }
span { border-color: rgb(188,45,197); }
td.TdClassName
{
border-color: #BC2DC5;
}
.TagClassName
{
border-color: #BC2DC5;
}
</style>