Shades of Fuchsia #BC79C0
Tints of Fuchsia #BC79C0
RGB
CMYK
RGB Variations
Color information
#BC79C0 (or 0xBC79C0) is known color: Fuchsia. HEX triplet: BC, 79 and C0. RGB value is (188,121,192). Sum of RGB (Red+Green+Blue) = 188+121+192=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC79C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79C0 is #43863F. Grayscale: #949494. Windows color (decimal): -4425280 or 12614076. OLE color: 12614076.
HSL color Cylindrical-coordinate representation of color #BC79C0: hue angle of 296.62º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC79C0 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 121 | 192 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.25 |
| HSL | 296.62º | 0.36% | 0.61% | - |
| HSV(B) | 296.62º | 0.37% | 0.75% | - |
| XYZ | 37.09 | 28.17 | 53.35 | - |
| YUV | 149.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 192 | 0.02 | 0.37 | 0 | 0.25 | 296.62 | 0.36 | 0.61 |
| Hex | BC | 79 | C0 | 2 | 25 | 0 | 19 | 129 | 24 | 3D |
| Octal | 274 | 171 | 300 | 2 | 45 | 0 | 31 | 451 | 44 | 75 |
| Binary | 10111100 | 1111001 | 11000000 | 10 | 100101 | 0 | 11001 | 100101001 | 100100 | 111101 |
Color Harmonies of #BC79C0
Complementary color
Monochromatic Colors of #BC79C0
Black with #BC79C0
Text Example
Text Example
White with #BC79C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC79C0; }
p { color: rgb(188,121,192); }
H1.HeaderClassName
{
color: #BC79C0;
}
.AnyTagClassName
{
color: #BC79C0;
}
</style>
background-color css
<style>
a { background-color: #BC79C0; }
a { background-color: rgb(188,121,192); }
div.DivClassName
{
background-color: #BC79C0;
}
.BgClassName
{
background-color: #BC79C0;
}
</style>
border-color css
<style>
span { border-color: #BC79C0; }
span { border-color: rgb(188,121,192); }
td.TdClassName
{
border-color: #BC79C0;
}
.TagClassName
{
border-color: #BC79C0;
}
</style>