Shades of Fuchsia #BC3DA8
Tints of Fuchsia #BC3DA8
RGB
CMYK
RGB Variations
Color information
#BC3DA8 (or 0xBC3DA8) is known color: Fuchsia. HEX triplet: BC, 3D and A8. RGB value is (188,61,168). Sum of RGB (Red+Green+Blue) = 188+61+168=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3DA8 is #43C257. Grayscale: #6E6E6E. Windows color (decimal): -4440664 or 11025852. OLE color: 11025852.
HSL color Cylindrical-coordinate representation of color #BC3DA8: hue angle of 309.45º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3DA8 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 168 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.26 |
| HSL | 309.45º | 0.51% | 0.49% | - |
| HSV(B) | 309.45º | 0.68% | 0.74% | - |
| XYZ | 29.48 | 16.86 | 38.75 | - |
| YUV | 111.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 168 | 0 | 0.68 | 0.11 | 0.26 | 309.45 | 0.51 | 0.49 |
| Hex | BC | 3D | A8 | 0 | 44 | B | 1A | 135 | 33 | 31 |
| Octal | 274 | 75 | 250 | 0 | 104 | 13 | 32 | 465 | 63 | 61 |
| Binary | 10111100 | 111101 | 10101000 | 0 | 1000100 | 1011 | 11010 | 100110101 | 110011 | 110001 |
Color Harmonies of #BC3DA8
Complementary color
Monochromatic Colors of #BC3DA8
Black with #BC3DA8
Text Example
Text Example
White with #BC3DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3DA8; }
p { color: rgb(188,61,168); }
H1.HeaderClassName
{
color: #BC3DA8;
}
.AnyTagClassName
{
color: #BC3DA8;
}
</style>
background-color css
<style>
a { background-color: #BC3DA8; }
a { background-color: rgb(188,61,168); }
div.DivClassName
{
background-color: #BC3DA8;
}
.BgClassName
{
background-color: #BC3DA8;
}
</style>
border-color css
<style>
span { border-color: #BC3DA8; }
span { border-color: rgb(188,61,168); }
td.TdClassName
{
border-color: #BC3DA8;
}
.TagClassName
{
border-color: #BC3DA8;
}
</style>