Shades of Fuchsia #BC70C2
Tints of Fuchsia #BC70C2
RGB
CMYK
RGB Variations
Color information
#BC70C2 (or 0xBC70C2) is known color: Fuchsia. HEX triplet: BC, 70 and C2. RGB value is (188,112,194). Sum of RGB (Red+Green+Blue) = 188+112+194=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC70C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70C2 is #438F3D. Grayscale: #8F8F8F. Windows color (decimal): -4427582 or 12742844. OLE color: 12742844.
HSL color Cylindrical-coordinate representation of color #BC70C2: hue angle of 295.61º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC70C2 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 112 | 194 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.24 |
| HSL | 295.61º | 0.4% | 0.6% | - |
| HSV(B) | 295.61º | 0.42% | 0.76% | - |
| XYZ | 36.27 | 26.17 | 54.18 | - |
| YUV | 144.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 194 | 0.03 | 0.42 | 0 | 0.24 | 295.61 | 0.4 | 0.6 |
| Hex | BC | 70 | C2 | 3 | 2A | 0 | 18 | 128 | 28 | 3C |
| Octal | 274 | 160 | 302 | 3 | 52 | 0 | 30 | 450 | 50 | 74 |
| Binary | 10111100 | 1110000 | 11000010 | 11 | 101010 | 0 | 11000 | 100101000 | 101000 | 111100 |
Color Harmonies of #BC70C2
Complementary color
Monochromatic Colors of #BC70C2
Black with #BC70C2
Text Example
Text Example
White with #BC70C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70C2; }
p { color: rgb(188,112,194); }
H1.HeaderClassName
{
color: #BC70C2;
}
.AnyTagClassName
{
color: #BC70C2;
}
</style>
background-color css
<style>
a { background-color: #BC70C2; }
a { background-color: rgb(188,112,194); }
div.DivClassName
{
background-color: #BC70C2;
}
.BgClassName
{
background-color: #BC70C2;
}
</style>
border-color css
<style>
span { border-color: #BC70C2; }
span { border-color: rgb(188,112,194); }
td.TdClassName
{
border-color: #BC70C2;
}
.TagClassName
{
border-color: #BC70C2;
}
</style>