Shades of Fuchsia #BC3AB2
Tints of Fuchsia #BC3AB2
RGB
CMYK
RGB Variations
Color information
#BC3AB2 (or 0xBC3AB2) is known color: Fuchsia. HEX triplet: BC, 3A and B2. RGB value is (188,58,178). Sum of RGB (Red+Green+Blue) = 188+58+178=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3AB2 is #43C54D. Grayscale: #6E6E6E. Windows color (decimal): -4441422 or 11680444. OLE color: 11680444.
HSL color Cylindrical-coordinate representation of color #BC3AB2: hue angle of 304.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3AB2 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 178 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.26 |
| HSL | 304.62º | 0.53% | 0.48% | - |
| HSV(B) | 304.62º | 0.69% | 0.74% | - |
| XYZ | 30.29 | 16.93 | 43.79 | - |
| YUV | 110.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 178 | 0 | 0.69 | 0.05 | 0.26 | 304.62 | 0.53 | 0.48 |
| Hex | BC | 3A | B2 | 0 | 45 | 5 | 1A | 131 | 35 | 30 |
| Octal | 274 | 72 | 262 | 0 | 105 | 5 | 32 | 461 | 65 | 60 |
| Binary | 10111100 | 111010 | 10110010 | 0 | 1000101 | 101 | 11010 | 100110001 | 110101 | 110000 |
Color Harmonies of #BC3AB2
Complementary color
Monochromatic Colors of #BC3AB2
Black with #BC3AB2
Text Example
Text Example
White with #BC3AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3AB2; }
p { color: rgb(188,58,178); }
H1.HeaderClassName
{
color: #BC3AB2;
}
.AnyTagClassName
{
color: #BC3AB2;
}
</style>
background-color css
<style>
a { background-color: #BC3AB2; }
a { background-color: rgb(188,58,178); }
div.DivClassName
{
background-color: #BC3AB2;
}
.BgClassName
{
background-color: #BC3AB2;
}
</style>
border-color css
<style>
span { border-color: #BC3AB2; }
span { border-color: rgb(188,58,178); }
td.TdClassName
{
border-color: #BC3AB2;
}
.TagClassName
{
border-color: #BC3AB2;
}
</style>