Shades of Fuchsia #BC3BBA
Tints of Fuchsia #BC3BBA
RGB
CMYK
RGB Variations
Color information
#BC3BBA (or 0xBC3BBA) is known color: Fuchsia. HEX triplet: BC, 3B and BA. RGB value is (188,59,186). Sum of RGB (Red+Green+Blue) = 188+59+186=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3BBA is #43C445. Grayscale: #6F6F6F. Windows color (decimal): -4441158 or 12204988. OLE color: 12204988.
HSL color Cylindrical-coordinate representation of color #BC3BBA: hue angle of 300.93º degrees, saturation: 0.52, 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 #BC3BBA is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 186 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.26 |
| HSL | 300.93º | 0.52% | 0.48% | - |
| HSV(B) | 300.93º | 0.69% | 0.74% | - |
| XYZ | 31.17 | 17.36 | 48.16 | - |
| YUV | 112.05 | 169.74 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 186 | 0 | 0.69 | 0.01 | 0.26 | 300.93 | 0.52 | 0.48 |
| Hex | BC | 3B | BA | 0 | 45 | 1 | 1A | 12D | 34 | 30 |
| Octal | 274 | 73 | 272 | 0 | 105 | 1 | 32 | 455 | 64 | 60 |
| Binary | 10111100 | 111011 | 10111010 | 0 | 1000101 | 1 | 11010 | 100101101 | 110100 | 110000 |
Color Harmonies of #BC3BBA
Complementary color
Monochromatic Colors of #BC3BBA
Black with #BC3BBA
Text Example
Text Example
White with #BC3BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BBA; }
p { color: rgb(188,59,186); }
H1.HeaderClassName
{
color: #BC3BBA;
}
.AnyTagClassName
{
color: #BC3BBA;
}
</style>
background-color css
<style>
a { background-color: #BC3BBA; }
a { background-color: rgb(188,59,186); }
div.DivClassName
{
background-color: #BC3BBA;
}
.BgClassName
{
background-color: #BC3BBA;
}
</style>
border-color css
<style>
span { border-color: #BC3BBA; }
span { border-color: rgb(188,59,186); }
td.TdClassName
{
border-color: #BC3BBA;
}
.TagClassName
{
border-color: #BC3BBA;
}
</style>