Shades of Fuchsia #BC55C3
Tints of Fuchsia #BC55C3
RGB
CMYK
RGB Variations
Color information
#BC55C3 (or 0xBC55C3) is known color: Fuchsia. HEX triplet: BC, 55 and C3. RGB value is (188,85,195). Sum of RGB (Red+Green+Blue) = 188+85+195=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC55C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55C3 is #43AA3C. Grayscale: #808080. Windows color (decimal): -4434493 or 12801468. OLE color: 12801468.
HSL color Cylindrical-coordinate representation of color #BC55C3: hue angle of 296.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC55C3 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 85 | 195 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.24 |
| HSL | 296.18º | 0.48% | 0.55% | - |
| HSV(B) | 296.18º | 0.56% | 0.76% | - |
| XYZ | 33.84 | 21.13 | 53.92 | - |
| YUV | 128.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 195 | 0.04 | 0.56 | 0 | 0.24 | 296.18 | 0.48 | 0.55 |
| Hex | BC | 55 | C3 | 4 | 38 | 0 | 18 | 128 | 30 | 37 |
| Octal | 274 | 125 | 303 | 4 | 70 | 0 | 30 | 450 | 60 | 67 |
| Binary | 10111100 | 1010101 | 11000011 | 100 | 111000 | 0 | 11000 | 100101000 | 110000 | 110111 |
Color Harmonies of #BC55C3
Complementary color
Monochromatic Colors of #BC55C3
Black with #BC55C3
Text Example
Text Example
White with #BC55C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55C3; }
p { color: rgb(188,85,195); }
H1.HeaderClassName
{
color: #BC55C3;
}
.AnyTagClassName
{
color: #BC55C3;
}
</style>
background-color css
<style>
a { background-color: #BC55C3; }
a { background-color: rgb(188,85,195); }
div.DivClassName
{
background-color: #BC55C3;
}
.BgClassName
{
background-color: #BC55C3;
}
</style>
border-color css
<style>
span { border-color: #BC55C3; }
span { border-color: rgb(188,85,195); }
td.TdClassName
{
border-color: #BC55C3;
}
.TagClassName
{
border-color: #BC55C3;
}
</style>