Shades of Fuchsia #BC37A8
Tints of Fuchsia #BC37A8
RGB
CMYK
RGB Variations
Color information
#BC37A8 (or 0xBC37A8) is known color: Fuchsia. HEX triplet: BC, 37 and A8. RGB value is (188,55,168). Sum of RGB (Red+Green+Blue) = 188+55+168=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC37A8 is #43C857. Grayscale: #6B6B6B. Windows color (decimal): -4442200 or 11024316. OLE color: 11024316.
HSL color Cylindrical-coordinate representation of color #BC37A8: hue angle of 309.02º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC37A8 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 168 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.26 |
| HSL | 309.02º | 0.55% | 0.48% | - |
| HSV(B) | 309.02º | 0.71% | 0.74% | - |
| XYZ | 29.17 | 16.25 | 38.64 | - |
| YUV | 107.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 168 | 0 | 0.71 | 0.11 | 0.26 | 309.02 | 0.55 | 0.48 |
| Hex | BC | 37 | A8 | 0 | 47 | B | 1A | 135 | 37 | 30 |
| Octal | 274 | 67 | 250 | 0 | 107 | 13 | 32 | 465 | 67 | 60 |
| Binary | 10111100 | 110111 | 10101000 | 0 | 1000111 | 1011 | 11010 | 100110101 | 110111 | 110000 |
Color Harmonies of #BC37A8
Complementary color
Monochromatic Colors of #BC37A8
Black with #BC37A8
Text Example
Text Example
White with #BC37A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37A8; }
p { color: rgb(188,55,168); }
H1.HeaderClassName
{
color: #BC37A8;
}
.AnyTagClassName
{
color: #BC37A8;
}
</style>
background-color css
<style>
a { background-color: #BC37A8; }
a { background-color: rgb(188,55,168); }
div.DivClassName
{
background-color: #BC37A8;
}
.BgClassName
{
background-color: #BC37A8;
}
</style>
border-color css
<style>
span { border-color: #BC37A8; }
span { border-color: rgb(188,55,168); }
td.TdClassName
{
border-color: #BC37A8;
}
.TagClassName
{
border-color: #BC37A8;
}
</style>