Shades of Fuchsia #BC62BA
Tints of Fuchsia #BC62BA
RGB
CMYK
RGB Variations
Color information
#BC62BA (or 0xBC62BA) is known color: Fuchsia. HEX triplet: BC, 62 and BA. RGB value is (188,98,186). Sum of RGB (Red+Green+Blue) = 188+98+186=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC62BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62BA is #439D45. Grayscale: #868686. Windows color (decimal): -4431174 or 12214972. OLE color: 12214972.
HSL color Cylindrical-coordinate representation of color #BC62BA: hue angle of 301.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC62BA is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 186 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.26 |
| HSL | 301.33º | 0.4% | 0.56% | - |
| HSV(B) | 301.33º | 0.48% | 0.74% | - |
| XYZ | 33.97 | 22.97 | 49.1 | - |
| YUV | 134.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 186 | 0 | 0.48 | 0.01 | 0.26 | 301.33 | 0.4 | 0.56 |
| Hex | BC | 62 | BA | 0 | 30 | 1 | 1A | 12D | 28 | 38 |
| Octal | 274 | 142 | 272 | 0 | 60 | 1 | 32 | 455 | 50 | 70 |
| Binary | 10111100 | 1100010 | 10111010 | 0 | 110000 | 1 | 11010 | 100101101 | 101000 | 111000 |
Color Harmonies of #BC62BA
Complementary color
Monochromatic Colors of #BC62BA
Black with #BC62BA
Text Example
Text Example
White with #BC62BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62BA; }
p { color: rgb(188,98,186); }
H1.HeaderClassName
{
color: #BC62BA;
}
.AnyTagClassName
{
color: #BC62BA;
}
</style>
background-color css
<style>
a { background-color: #BC62BA; }
a { background-color: rgb(188,98,186); }
div.DivClassName
{
background-color: #BC62BA;
}
.BgClassName
{
background-color: #BC62BA;
}
</style>
border-color css
<style>
span { border-color: #BC62BA; }
span { border-color: rgb(188,98,186); }
td.TdClassName
{
border-color: #BC62BA;
}
.TagClassName
{
border-color: #BC62BA;
}
</style>