Shades of Fuchsia #BC37C9
Tints of Fuchsia #BC37C9
RGB
CMYK
RGB Variations
Color information
#BC37C9 (or 0xBC37C9) is known color: Fuchsia. HEX triplet: BC, 37 and C9. RGB value is (188,55,201). Sum of RGB (Red+Green+Blue) = 188+55+201=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC37C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37C9 is #43C836. Grayscale: #6E6E6E. Windows color (decimal): -4442167 or 13187004. OLE color: 13187004.
HSL color Cylindrical-coordinate representation of color #BC37C9: hue angle of 294.66º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC37C9 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 55 | 201 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.21 |
| HSL | 294.66º | 0.57% | 0.5% | - |
| HSV(B) | 294.66º | 0.73% | 0.79% | - |
| XYZ | 32.65 | 17.64 | 56.94 | - |
| YUV | 111.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 201 | 0.06 | 0.73 | 0 | 0.21 | 294.66 | 0.57 | 0.5 |
| Hex | BC | 37 | C9 | 6 | 49 | 0 | 15 | 127 | 39 | 32 |
| Octal | 274 | 67 | 311 | 6 | 111 | 0 | 25 | 447 | 71 | 62 |
| Binary | 10111100 | 110111 | 11001001 | 110 | 1001001 | 0 | 10101 | 100100111 | 111001 | 110010 |
Color Harmonies of #BC37C9
Complementary color
Monochromatic Colors of #BC37C9
Black with #BC37C9
Text Example
Text Example
White with #BC37C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37C9; }
p { color: rgb(188,55,201); }
H1.HeaderClassName
{
color: #BC37C9;
}
.AnyTagClassName
{
color: #BC37C9;
}
</style>
background-color css
<style>
a { background-color: #BC37C9; }
a { background-color: rgb(188,55,201); }
div.DivClassName
{
background-color: #BC37C9;
}
.BgClassName
{
background-color: #BC37C9;
}
</style>
border-color css
<style>
span { border-color: #BC37C9; }
span { border-color: rgb(188,55,201); }
td.TdClassName
{
border-color: #BC37C9;
}
.TagClassName
{
border-color: #BC37C9;
}
</style>