Shades of Fuchsia #BC62A8
Tints of Fuchsia #BC62A8
RGB
CMYK
RGB Variations
Color information
#BC62A8 (or 0xBC62A8) is known color: Fuchsia. HEX triplet: BC, 62 and A8. RGB value is (188,98,168). Sum of RGB (Red+Green+Blue) = 188+98+168=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC62A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC62A8 is #439D57. Grayscale: #848484. Windows color (decimal): -4431192 or 11035324. OLE color: 11035324.
HSL color Cylindrical-coordinate representation of color #BC62A8: hue angle of 313.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 #BC62A8 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 168 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.26 |
| HSL | 313.33º | 0.4% | 0.56% | - |
| HSV(B) | 313.33º | 0.48% | 0.74% | - |
| XYZ | 32.17 | 22.25 | 39.65 | - |
| YUV | 132.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 168 | 0 | 0.48 | 0.11 | 0.26 | 313.33 | 0.4 | 0.56 |
| Hex | BC | 62 | A8 | 0 | 30 | B | 1A | 139 | 28 | 38 |
| Octal | 274 | 142 | 250 | 0 | 60 | 13 | 32 | 471 | 50 | 70 |
| Binary | 10111100 | 1100010 | 10101000 | 0 | 110000 | 1011 | 11010 | 100111001 | 101000 | 111000 |
Color Harmonies of #BC62A8
Complementary color
Monochromatic Colors of #BC62A8
Black with #BC62A8
Text Example
Text Example
White with #BC62A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62A8; }
p { color: rgb(188,98,168); }
H1.HeaderClassName
{
color: #BC62A8;
}
.AnyTagClassName
{
color: #BC62A8;
}
</style>
background-color css
<style>
a { background-color: #BC62A8; }
a { background-color: rgb(188,98,168); }
div.DivClassName
{
background-color: #BC62A8;
}
.BgClassName
{
background-color: #BC62A8;
}
</style>
border-color css
<style>
span { border-color: #BC62A8; }
span { border-color: rgb(188,98,168); }
td.TdClassName
{
border-color: #BC62A8;
}
.TagClassName
{
border-color: #BC62A8;
}
</style>