Shades of Fuchsia #BC37C7
Tints of Fuchsia #BC37C7
RGB
CMYK
RGB Variations
Color information
#BC37C7 (or 0xBC37C7) is known color: Fuchsia. HEX triplet: BC, 37 and C7. RGB value is (188,55,199). Sum of RGB (Red+Green+Blue) = 188+55+199=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC37C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37C7 is #43C838. Grayscale: #6E6E6E. Windows color (decimal): -4442169 or 13055932. OLE color: 13055932.
HSL color Cylindrical-coordinate representation of color #BC37C7: hue angle of 295.42º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC37C7 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 55 | 199 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.22 |
| HSL | 295.42º | 0.57% | 0.5% | - |
| HSV(B) | 295.42º | 0.72% | 0.78% | - |
| XYZ | 32.41 | 17.55 | 55.71 | - |
| YUV | 111.18 | 177.56 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 199 | 0.06 | 0.72 | 0 | 0.22 | 295.42 | 0.57 | 0.5 |
| Hex | BC | 37 | C7 | 6 | 48 | 0 | 16 | 127 | 39 | 32 |
| Octal | 274 | 67 | 307 | 6 | 110 | 0 | 26 | 447 | 71 | 62 |
| Binary | 10111100 | 110111 | 11000111 | 110 | 1001000 | 0 | 10110 | 100100111 | 111001 | 110010 |
Color Harmonies of #BC37C7
Complementary color
Monochromatic Colors of #BC37C7
Black with #BC37C7
Text Example
Text Example
White with #BC37C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37C7; }
p { color: rgb(188,55,199); }
H1.HeaderClassName
{
color: #BC37C7;
}
.AnyTagClassName
{
color: #BC37C7;
}
</style>
background-color css
<style>
a { background-color: #BC37C7; }
a { background-color: rgb(188,55,199); }
div.DivClassName
{
background-color: #BC37C7;
}
.BgClassName
{
background-color: #BC37C7;
}
</style>
border-color css
<style>
span { border-color: #BC37C7; }
span { border-color: rgb(188,55,199); }
td.TdClassName
{
border-color: #BC37C7;
}
.TagClassName
{
border-color: #BC37C7;
}
</style>