Shades of Fuchsia #BC33C4
Tints of Fuchsia #BC33C4
RGB
CMYK
RGB Variations
Color information
#BC33C4 (or 0xBC33C4) is known color: Fuchsia. HEX triplet: BC, 33 and C4. RGB value is (188,51,196). Sum of RGB (Red+Green+Blue) = 188+51+196=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC33C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33C4 is #43CC3B. Grayscale: #6C6C6C. Windows color (decimal): -4443196 or 12858300. OLE color: 12858300.
HSL color Cylindrical-coordinate representation of color #BC33C4: hue angle of 296.69º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC33C4 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 51 | 196 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.23 |
| HSL | 296.69º | 0.59% | 0.48% | - |
| HSV(B) | 296.69º | 0.74% | 0.77% | - |
| XYZ | 31.89 | 17.04 | 53.83 | - |
| YUV | 108.49 | 177.39 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 196 | 0.04 | 0.74 | 0 | 0.23 | 296.69 | 0.59 | 0.48 |
| Hex | BC | 33 | C4 | 4 | 4A | 0 | 17 | 129 | 3B | 30 |
| Octal | 274 | 63 | 304 | 4 | 112 | 0 | 27 | 451 | 73 | 60 |
| Binary | 10111100 | 110011 | 11000100 | 100 | 1001010 | 0 | 10111 | 100101001 | 111011 | 110000 |
Color Harmonies of #BC33C4
Complementary color
Monochromatic Colors of #BC33C4
Black with #BC33C4
Text Example
Text Example
White with #BC33C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33C4; }
p { color: rgb(188,51,196); }
H1.HeaderClassName
{
color: #BC33C4;
}
.AnyTagClassName
{
color: #BC33C4;
}
</style>
background-color css
<style>
a { background-color: #BC33C4; }
a { background-color: rgb(188,51,196); }
div.DivClassName
{
background-color: #BC33C4;
}
.BgClassName
{
background-color: #BC33C4;
}
</style>
border-color css
<style>
span { border-color: #BC33C4; }
span { border-color: rgb(188,51,196); }
td.TdClassName
{
border-color: #BC33C4;
}
.TagClassName
{
border-color: #BC33C4;
}
</style>