Shades of Fuchsia #BC33B9
Tints of Fuchsia #BC33B9
RGB
CMYK
RGB Variations
Color information
#BC33B9 (or 0xBC33B9) is known color: Fuchsia. HEX triplet: BC, 33 and B9. RGB value is (188,51,185). Sum of RGB (Red+Green+Blue) = 188+51+185=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33B9 is #43CC46. Grayscale: #6A6A6A. Windows color (decimal): -4443207 or 12137404. OLE color: 12137404.
HSL color Cylindrical-coordinate representation of color #BC33B9: hue angle of 301.31º 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 #BC33B9 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 185 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.26 |
| HSL | 301.31º | 0.57% | 0.47% | - |
| HSV(B) | 301.31º | 0.73% | 0.74% | - |
| XYZ | 30.68 | 16.56 | 47.48 | - |
| YUV | 107.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 185 | 0 | 0.73 | 0.02 | 0.26 | 301.31 | 0.57 | 0.47 |
| Hex | BC | 33 | B9 | 0 | 49 | 2 | 1A | 12D | 39 | 2F |
| Octal | 274 | 63 | 271 | 0 | 111 | 2 | 32 | 455 | 71 | 57 |
| Binary | 10111100 | 110011 | 10111001 | 0 | 1001001 | 10 | 11010 | 100101101 | 111001 | 101111 |
Color Harmonies of #BC33B9
Complementary color
Monochromatic Colors of #BC33B9
Black with #BC33B9
Text Example
Text Example
White with #BC33B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33B9; }
p { color: rgb(188,51,185); }
H1.HeaderClassName
{
color: #BC33B9;
}
.AnyTagClassName
{
color: #BC33B9;
}
</style>
background-color css
<style>
a { background-color: #BC33B9; }
a { background-color: rgb(188,51,185); }
div.DivClassName
{
background-color: #BC33B9;
}
.BgClassName
{
background-color: #BC33B9;
}
</style>
border-color css
<style>
span { border-color: #BC33B9; }
span { border-color: rgb(188,51,185); }
td.TdClassName
{
border-color: #BC33B9;
}
.TagClassName
{
border-color: #BC33B9;
}
</style>