Shades of Fuchsia #BC70C0
Tints of Fuchsia #BC70C0
RGB
CMYK
RGB Variations
Color information
#BC70C0 (or 0xBC70C0) is known color: Fuchsia. HEX triplet: BC, 70 and C0. RGB value is (188,112,192). Sum of RGB (Red+Green+Blue) = 188+112+192=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC70C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70C0 is #438F3F. Grayscale: #8F8F8F. Windows color (decimal): -4427584 or 12611772. OLE color: 12611772.
HSL color Cylindrical-coordinate representation of color #BC70C0: hue angle of 297º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC70C0 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 112 | 192 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.25 |
| HSL | 297º | 0.39% | 0.6% | - |
| HSV(B) | 297º | 0.42% | 0.75% | - |
| XYZ | 36.05 | 26.09 | 53 | - |
| YUV | 143.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 192 | 0.02 | 0.42 | 0 | 0.25 | 297 | 0.39 | 0.6 |
| Hex | BC | 70 | C0 | 2 | 2A | 0 | 19 | 129 | 27 | 3C |
| Octal | 274 | 160 | 300 | 2 | 52 | 0 | 31 | 451 | 47 | 74 |
| Binary | 10111100 | 1110000 | 11000000 | 10 | 101010 | 0 | 11001 | 100101001 | 100111 | 111100 |
Color Harmonies of #BC70C0
Complementary color
Monochromatic Colors of #BC70C0
Black with #BC70C0
Text Example
Text Example
White with #BC70C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70C0; }
p { color: rgb(188,112,192); }
H1.HeaderClassName
{
color: #BC70C0;
}
.AnyTagClassName
{
color: #BC70C0;
}
</style>
background-color css
<style>
a { background-color: #BC70C0; }
a { background-color: rgb(188,112,192); }
div.DivClassName
{
background-color: #BC70C0;
}
.BgClassName
{
background-color: #BC70C0;
}
</style>
border-color css
<style>
span { border-color: #BC70C0; }
span { border-color: rgb(188,112,192); }
td.TdClassName
{
border-color: #BC70C0;
}
.TagClassName
{
border-color: #BC70C0;
}
</style>