Shades of Fuchsia #BC37BA
Tints of Fuchsia #BC37BA
RGB
CMYK
RGB Variations
Color information
#BC37BA (or 0xBC37BA) is known color: Fuchsia. HEX triplet: BC, 37 and BA. RGB value is (188,55,186). Sum of RGB (Red+Green+Blue) = 188+55+186=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37BA is #43C845. Grayscale: #6D6D6D. Windows color (decimal): -4442182 or 12203964. OLE color: 12203964.
HSL color Cylindrical-coordinate representation of color #BC37BA: hue angle of 300.9º 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 #BC37BA is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 186 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.26 |
| HSL | 300.9º | 0.55% | 0.48% | - |
| HSV(B) | 300.9º | 0.71% | 0.74% | - |
| XYZ | 30.97 | 16.97 | 48.1 | - |
| YUV | 109.7 | 171.06 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 186 | 0 | 0.71 | 0.01 | 0.26 | 300.9 | 0.55 | 0.48 |
| Hex | BC | 37 | BA | 0 | 47 | 1 | 1A | 12D | 37 | 30 |
| Octal | 274 | 67 | 272 | 0 | 107 | 1 | 32 | 455 | 67 | 60 |
| Binary | 10111100 | 110111 | 10111010 | 0 | 1000111 | 1 | 11010 | 100101101 | 110111 | 110000 |
Color Harmonies of #BC37BA
Complementary color
Monochromatic Colors of #BC37BA
Black with #BC37BA
Text Example
Text Example
White with #BC37BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37BA; }
p { color: rgb(188,55,186); }
H1.HeaderClassName
{
color: #BC37BA;
}
.AnyTagClassName
{
color: #BC37BA;
}
</style>
background-color css
<style>
a { background-color: #BC37BA; }
a { background-color: rgb(188,55,186); }
div.DivClassName
{
background-color: #BC37BA;
}
.BgClassName
{
background-color: #BC37BA;
}
</style>
border-color css
<style>
span { border-color: #BC37BA; }
span { border-color: rgb(188,55,186); }
td.TdClassName
{
border-color: #BC37BA;
}
.TagClassName
{
border-color: #BC37BA;
}
</style>