Shades of Fuchsia #BC33BD
Tints of Fuchsia #BC33BD
RGB
CMYK
RGB Variations
Color information
#BC33BD (or 0xBC33BD) is known color: Fuchsia. HEX triplet: BC, 33 and BD. RGB value is (188,51,189). Sum of RGB (Red+Green+Blue) = 188+51+189=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC33BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33BD is #43CC42. Grayscale: #6B6B6B. Windows color (decimal): -4443203 or 12399548. OLE color: 12399548.
HSL color Cylindrical-coordinate representation of color #BC33BD: hue angle of 299.57º 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 #BC33BD is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 189 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.26 |
| HSL | 299.57º | 0.58% | 0.47% | - |
| HSV(B) | 299.57º | 0.73% | 0.74% | - |
| XYZ | 31.11 | 16.73 | 49.73 | - |
| YUV | 107.7 | 173.89 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 189 | 0.01 | 0.73 | 0 | 0.26 | 299.57 | 0.58 | 0.47 |
| Hex | BC | 33 | BD | 1 | 49 | 0 | 1A | 12C | 3A | 2F |
| Octal | 274 | 63 | 275 | 1 | 111 | 0 | 32 | 454 | 72 | 57 |
| Binary | 10111100 | 110011 | 10111101 | 1 | 1001001 | 0 | 11010 | 100101100 | 111010 | 101111 |
Color Harmonies of #BC33BD
Complementary color
Monochromatic Colors of #BC33BD
Black with #BC33BD
Text Example
Text Example
White with #BC33BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33BD; }
p { color: rgb(188,51,189); }
H1.HeaderClassName
{
color: #BC33BD;
}
.AnyTagClassName
{
color: #BC33BD;
}
</style>
background-color css
<style>
a { background-color: #BC33BD; }
a { background-color: rgb(188,51,189); }
div.DivClassName
{
background-color: #BC33BD;
}
.BgClassName
{
background-color: #BC33BD;
}
</style>
border-color css
<style>
span { border-color: #BC33BD; }
span { border-color: rgb(188,51,189); }
td.TdClassName
{
border-color: #BC33BD;
}
.TagClassName
{
border-color: #BC33BD;
}
</style>