Shades of Fuchsia #BC33B2
Tints of Fuchsia #BC33B2
RGB
CMYK
RGB Variations
Color information
#BC33B2 (or 0xBC33B2) is known color: Fuchsia. HEX triplet: BC, 33 and B2. RGB value is (188,51,178). Sum of RGB (Red+Green+Blue) = 188+51+178=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC33B2 is #43CC4D. Grayscale: #6A6A6A. Windows color (decimal): -4443214 or 11678652. OLE color: 11678652.
HSL color Cylindrical-coordinate representation of color #BC33B2: hue angle of 304.38º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC33B2 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 178 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.26 |
| HSL | 304.38º | 0.57% | 0.47% | - |
| HSV(B) | 304.38º | 0.73% | 0.74% | - |
| XYZ | 29.96 | 16.27 | 43.68 | - |
| YUV | 106.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 178 | 0 | 0.73 | 0.05 | 0.26 | 304.38 | 0.57 | 0.47 |
| Hex | BC | 33 | B2 | 0 | 49 | 5 | 1A | 130 | 39 | 2F |
| Octal | 274 | 63 | 262 | 0 | 111 | 5 | 32 | 460 | 71 | 57 |
| Binary | 10111100 | 110011 | 10110010 | 0 | 1001001 | 101 | 11010 | 100110000 | 111001 | 101111 |
Color Harmonies of #BC33B2
Complementary color
Monochromatic Colors of #BC33B2
Black with #BC33B2
Text Example
Text Example
White with #BC33B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33B2; }
p { color: rgb(188,51,178); }
H1.HeaderClassName
{
color: #BC33B2;
}
.AnyTagClassName
{
color: #BC33B2;
}
</style>
background-color css
<style>
a { background-color: #BC33B2; }
a { background-color: rgb(188,51,178); }
div.DivClassName
{
background-color: #BC33B2;
}
.BgClassName
{
background-color: #BC33B2;
}
</style>
border-color css
<style>
span { border-color: #BC33B2; }
span { border-color: rgb(188,51,178); }
td.TdClassName
{
border-color: #BC33B2;
}
.TagClassName
{
border-color: #BC33B2;
}
</style>