Shades of Fuchsia #BC2FC2
Tints of Fuchsia #BC2FC2
RGB
CMYK
RGB Variations
Color information
#BC2FC2 (or 0xBC2FC2) is known color: Fuchsia. HEX triplet: BC, 2F and C2. RGB value is (188,47,194). Sum of RGB (Red+Green+Blue) = 188+47+194=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC2FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FC2 is #43D03D. Grayscale: #696969. Windows color (decimal): -4444222 or 12726204. OLE color: 12726204.
HSL color Cylindrical-coordinate representation of color #BC2FC2: hue angle of 297.55º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2FC2 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 47 | 194 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.24 |
| HSL | 297.55º | 0.61% | 0.47% | - |
| HSV(B) | 297.55º | 0.76% | 0.76% | - |
| XYZ | 31.49 | 16.62 | 52.59 | - |
| YUV | 105.92 | 177.71 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 194 | 0.03 | 0.76 | 0 | 0.24 | 297.55 | 0.61 | 0.47 |
| Hex | BC | 2F | C2 | 3 | 4C | 0 | 18 | 12A | 3D | 2F |
| Octal | 274 | 57 | 302 | 3 | 114 | 0 | 30 | 452 | 75 | 57 |
| Binary | 10111100 | 101111 | 11000010 | 11 | 1001100 | 0 | 11000 | 100101010 | 111101 | 101111 |
Color Harmonies of #BC2FC2
Complementary color
Monochromatic Colors of #BC2FC2
Black with #BC2FC2
Text Example
Text Example
White with #BC2FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FC2; }
p { color: rgb(188,47,194); }
H1.HeaderClassName
{
color: #BC2FC2;
}
.AnyTagClassName
{
color: #BC2FC2;
}
</style>
background-color css
<style>
a { background-color: #BC2FC2; }
a { background-color: rgb(188,47,194); }
div.DivClassName
{
background-color: #BC2FC2;
}
.BgClassName
{
background-color: #BC2FC2;
}
</style>
border-color css
<style>
span { border-color: #BC2FC2; }
span { border-color: rgb(188,47,194); }
td.TdClassName
{
border-color: #BC2FC2;
}
.TagClassName
{
border-color: #BC2FC2;
}
</style>