Shades of Fuchsia #BC2FC0
Tints of Fuchsia #BC2FC0
RGB
CMYK
RGB Variations
Color information
#BC2FC0 (or 0xBC2FC0) is known color: Fuchsia. HEX triplet: BC, 2F and C0. RGB value is (188,47,192). Sum of RGB (Red+Green+Blue) = 188+47+192=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC2FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FC0 is #43D03F. Grayscale: #696969. Windows color (decimal): -4444224 or 12595132. OLE color: 12595132.
HSL color Cylindrical-coordinate representation of color #BC2FC0: hue angle of 298.34º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2FC0 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 47 | 192 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.25 |
| HSL | 298.34º | 0.61% | 0.47% | - |
| HSV(B) | 298.34º | 0.76% | 0.75% | - |
| XYZ | 31.27 | 16.53 | 51.41 | - |
| YUV | 105.69 | 176.71 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 192 | 0.02 | 0.76 | 0 | 0.25 | 298.34 | 0.61 | 0.47 |
| Hex | BC | 2F | C0 | 2 | 4C | 0 | 19 | 12A | 3D | 2F |
| Octal | 274 | 57 | 300 | 2 | 114 | 0 | 31 | 452 | 75 | 57 |
| Binary | 10111100 | 101111 | 11000000 | 10 | 1001100 | 0 | 11001 | 100101010 | 111101 | 101111 |
Color Harmonies of #BC2FC0
Complementary color
Monochromatic Colors of #BC2FC0
Black with #BC2FC0
Text Example
Text Example
White with #BC2FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FC0; }
p { color: rgb(188,47,192); }
H1.HeaderClassName
{
color: #BC2FC0;
}
.AnyTagClassName
{
color: #BC2FC0;
}
</style>
background-color css
<style>
a { background-color: #BC2FC0; }
a { background-color: rgb(188,47,192); }
div.DivClassName
{
background-color: #BC2FC0;
}
.BgClassName
{
background-color: #BC2FC0;
}
</style>
border-color css
<style>
span { border-color: #BC2FC0; }
span { border-color: rgb(188,47,192); }
td.TdClassName
{
border-color: #BC2FC0;
}
.TagClassName
{
border-color: #BC2FC0;
}
</style>