Shades of Fuchsia #BC58C2
Tints of Fuchsia #BC58C2
RGB
CMYK
RGB Variations
Color information
#BC58C2 (or 0xBC58C2) is known color: Fuchsia. HEX triplet: BC, 58 and C2. RGB value is (188,88,194). Sum of RGB (Red+Green+Blue) = 188+88+194=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC58C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58C2 is #43A73D. Grayscale: #818181. Windows color (decimal): -4433726 or 12736700. OLE color: 12736700.
HSL color Cylindrical-coordinate representation of color #BC58C2: hue angle of 296.6º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC58C2 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 88 | 194 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.24 |
| HSL | 296.6º | 0.46% | 0.55% | - |
| HSV(B) | 296.6º | 0.55% | 0.76% | - |
| XYZ | 33.97 | 21.57 | 53.41 | - |
| YUV | 129.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 194 | 0.03 | 0.55 | 0 | 0.24 | 296.6 | 0.46 | 0.55 |
| Hex | BC | 58 | C2 | 3 | 37 | 0 | 18 | 129 | 2E | 37 |
| Octal | 274 | 130 | 302 | 3 | 67 | 0 | 30 | 451 | 56 | 67 |
| Binary | 10111100 | 1011000 | 11000010 | 11 | 110111 | 0 | 11000 | 100101001 | 101110 | 110111 |
Color Harmonies of #BC58C2
Complementary color
Monochromatic Colors of #BC58C2
Black with #BC58C2
Text Example
Text Example
White with #BC58C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC58C2; }
p { color: rgb(188,88,194); }
H1.HeaderClassName
{
color: #BC58C2;
}
.AnyTagClassName
{
color: #BC58C2;
}
</style>
background-color css
<style>
a { background-color: #BC58C2; }
a { background-color: rgb(188,88,194); }
div.DivClassName
{
background-color: #BC58C2;
}
.BgClassName
{
background-color: #BC58C2;
}
</style>
border-color css
<style>
span { border-color: #BC58C2; }
span { border-color: rgb(188,88,194); }
td.TdClassName
{
border-color: #BC58C2;
}
.TagClassName
{
border-color: #BC58C2;
}
</style>