Shades of Fuchsia #BC78C2
Tints of Fuchsia #BC78C2
RGB
CMYK
RGB Variations
Color information
#BC78C2 (or 0xBC78C2) is known color: Fuchsia. HEX triplet: BC, 78 and C2. RGB value is (188,120,194). Sum of RGB (Red+Green+Blue) = 188+120+194=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC78C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78C2 is #43873D. Grayscale: #949494. Windows color (decimal): -4425534 or 12744892. OLE color: 12744892.
HSL color Cylindrical-coordinate representation of color #BC78C2: hue angle of 295.14º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC78C2 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 120 | 194 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.24 |
| HSL | 295.14º | 0.38% | 0.62% | - |
| HSV(B) | 295.14º | 0.38% | 0.76% | - |
| XYZ | 37.19 | 28.02 | 54.49 | - |
| YUV | 148.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 194 | 0.03 | 0.38 | 0 | 0.24 | 295.14 | 0.38 | 0.62 |
| Hex | BC | 78 | C2 | 3 | 26 | 0 | 18 | 127 | 26 | 3E |
| Octal | 274 | 170 | 302 | 3 | 46 | 0 | 30 | 447 | 46 | 76 |
| Binary | 10111100 | 1111000 | 11000010 | 11 | 100110 | 0 | 11000 | 100100111 | 100110 | 111110 |
Color Harmonies of #BC78C2
Complementary color
Monochromatic Colors of #BC78C2
Black with #BC78C2
Text Example
Text Example
White with #BC78C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78C2; }
p { color: rgb(188,120,194); }
H1.HeaderClassName
{
color: #BC78C2;
}
.AnyTagClassName
{
color: #BC78C2;
}
</style>
background-color css
<style>
a { background-color: #BC78C2; }
a { background-color: rgb(188,120,194); }
div.DivClassName
{
background-color: #BC78C2;
}
.BgClassName
{
background-color: #BC78C2;
}
</style>
border-color css
<style>
span { border-color: #BC78C2; }
span { border-color: rgb(188,120,194); }
td.TdClassName
{
border-color: #BC78C2;
}
.TagClassName
{
border-color: #BC78C2;
}
</style>