Shades of Fuchsia #BC5CC2
Tints of Fuchsia #BC5CC2
RGB
CMYK
RGB Variations
Color information
#BC5CC2 (or 0xBC5CC2) is known color: Fuchsia. HEX triplet: BC, 5C and C2. RGB value is (188,92,194). Sum of RGB (Red+Green+Blue) = 188+92+194=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC5CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CC2 is #43A33D. Grayscale: #848484. Windows color (decimal): -4432702 or 12737724. OLE color: 12737724.
HSL color Cylindrical-coordinate representation of color #BC5CC2: hue angle of 296.47º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5CC2 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 92 | 194 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.24 |
| HSL | 296.47º | 0.46% | 0.56% | - |
| HSV(B) | 296.47º | 0.53% | 0.76% | - |
| XYZ | 34.3 | 22.24 | 53.52 | - |
| YUV | 132.33 | 162.8 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 194 | 0.03 | 0.53 | 0 | 0.24 | 296.47 | 0.46 | 0.56 |
| Hex | BC | 5C | C2 | 3 | 35 | 0 | 18 | 128 | 2E | 38 |
| Octal | 274 | 134 | 302 | 3 | 65 | 0 | 30 | 450 | 56 | 70 |
| Binary | 10111100 | 1011100 | 11000010 | 11 | 110101 | 0 | 11000 | 100101000 | 101110 | 111000 |
Color Harmonies of #BC5CC2
Complementary color
Monochromatic Colors of #BC5CC2
Black with #BC5CC2
Text Example
Text Example
White with #BC5CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CC2; }
p { color: rgb(188,92,194); }
H1.HeaderClassName
{
color: #BC5CC2;
}
.AnyTagClassName
{
color: #BC5CC2;
}
</style>
background-color css
<style>
a { background-color: #BC5CC2; }
a { background-color: rgb(188,92,194); }
div.DivClassName
{
background-color: #BC5CC2;
}
.BgClassName
{
background-color: #BC5CC2;
}
</style>
border-color css
<style>
span { border-color: #BC5CC2; }
span { border-color: rgb(188,92,194); }
td.TdClassName
{
border-color: #BC5CC2;
}
.TagClassName
{
border-color: #BC5CC2;
}
</style>