Shades of Fuchsia #BC3BBC
Tints of Fuchsia #BC3BBC
RGB
CMYK
RGB Variations
Color information
#BC3BBC (or 0xBC3BBC) is known color: Fuchsia. HEX triplet: BC, 3B and BC. RGB value is (188,59,188). Sum of RGB (Red+Green+Blue) = 188+59+188=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC3BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3BBC is #43C443. Grayscale: #6F6F6F. Windows color (decimal): -4441156 or 12336060. OLE color: 12336060.
HSL color Cylindrical-coordinate representation of color #BC3BBC: hue angle of 300º 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 #BC3BBC is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 188 | - |
| CMYK | 0 | 0.69 | 0 | 0.26 |
| HSL | 300º | 0.52% | 0.48% | - |
| HSV(B) | 300º | 0.69% | 0.74% | - |
| XYZ | 31.38 | 17.45 | 49.29 | - |
| YUV | 112.28 | 170.74 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 188 | 0 | 0.69 | 0 | 0.26 | 300 | 0.52 | 0.48 |
| Hex | BC | 3B | BC | 0 | 45 | 0 | 1A | 12C | 34 | 30 |
| Octal | 274 | 73 | 274 | 0 | 105 | 0 | 32 | 454 | 64 | 60 |
| Binary | 10111100 | 111011 | 10111100 | 0 | 1000101 | 0 | 11010 | 100101100 | 110100 | 110000 |
Color Harmonies of #BC3BBC
Complementary color
Monochromatic Colors of #BC3BBC
Black with #BC3BBC
Text Example
Text Example
White with #BC3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BBC; }
p { color: rgb(188,59,188); }
H1.HeaderClassName
{
color: #BC3BBC;
}
.AnyTagClassName
{
color: #BC3BBC;
}
</style>
background-color css
<style>
a { background-color: #BC3BBC; }
a { background-color: rgb(188,59,188); }
div.DivClassName
{
background-color: #BC3BBC;
}
.BgClassName
{
background-color: #BC3BBC;
}
</style>
border-color css
<style>
span { border-color: #BC3BBC; }
span { border-color: rgb(188,59,188); }
td.TdClassName
{
border-color: #BC3BBC;
}
.TagClassName
{
border-color: #BC3BBC;
}
</style>