Shades of Fuchsia #BC33C0
Tints of Fuchsia #BC33C0
RGB
CMYK
RGB Variations
Color information
#BC33C0 (or 0xBC33C0) is known color: Fuchsia. HEX triplet: BC, 33 and C0. RGB value is (188,51,192). Sum of RGB (Red+Green+Blue) = 188+51+192=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC33C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33C0 is #43CC3F. Grayscale: #6B6B6B. Windows color (decimal): -4443200 or 12596156. OLE color: 12596156.
HSL color Cylindrical-coordinate representation of color #BC33C0: hue angle of 298.3º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC33C0 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 51 | 192 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.25 |
| HSL | 298.3º | 0.58% | 0.48% | - |
| HSV(B) | 298.3º | 0.73% | 0.75% | - |
| XYZ | 31.44 | 16.86 | 51.47 | - |
| YUV | 108.04 | 175.39 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 192 | 0.02 | 0.73 | 0 | 0.25 | 298.3 | 0.58 | 0.48 |
| Hex | BC | 33 | C0 | 2 | 49 | 0 | 19 | 12A | 3A | 30 |
| Octal | 274 | 63 | 300 | 2 | 111 | 0 | 31 | 452 | 72 | 60 |
| Binary | 10111100 | 110011 | 11000000 | 10 | 1001001 | 0 | 11001 | 100101010 | 111010 | 110000 |
Color Harmonies of #BC33C0
Complementary color
Monochromatic Colors of #BC33C0
Black with #BC33C0
Text Example
Text Example
White with #BC33C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33C0; }
p { color: rgb(188,51,192); }
H1.HeaderClassName
{
color: #BC33C0;
}
.AnyTagClassName
{
color: #BC33C0;
}
</style>
background-color css
<style>
a { background-color: #BC33C0; }
a { background-color: rgb(188,51,192); }
div.DivClassName
{
background-color: #BC33C0;
}
.BgClassName
{
background-color: #BC33C0;
}
</style>
border-color css
<style>
span { border-color: #BC33C0; }
span { border-color: rgb(188,51,192); }
td.TdClassName
{
border-color: #BC33C0;
}
.TagClassName
{
border-color: #BC33C0;
}
</style>