Shades of Fuchsia #BC33C7
Tints of Fuchsia #BC33C7
RGB
CMYK
RGB Variations
Color information
#BC33C7 (or 0xBC33C7) is known color: Fuchsia. HEX triplet: BC, 33 and C7. RGB value is (188,51,199). Sum of RGB (Red+Green+Blue) = 188+51+199=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC33C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33C7 is #43CC38. Grayscale: #6C6C6C. Windows color (decimal): -4443193 or 13054908. OLE color: 13054908.
HSL color Cylindrical-coordinate representation of color #BC33C7: hue angle of 295.54º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC33C7 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 51 | 199 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.22 |
| HSL | 295.54º | 0.59% | 0.49% | - |
| HSV(B) | 295.54º | 0.74% | 0.78% | - |
| XYZ | 32.23 | 17.18 | 55.65 | - |
| YUV | 108.84 | 178.89 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 199 | 0.06 | 0.74 | 0 | 0.22 | 295.54 | 0.59 | 0.49 |
| Hex | BC | 33 | C7 | 6 | 4A | 0 | 16 | 128 | 3B | 31 |
| Octal | 274 | 63 | 307 | 6 | 112 | 0 | 26 | 450 | 73 | 61 |
| Binary | 10111100 | 110011 | 11000111 | 110 | 1001010 | 0 | 10110 | 100101000 | 111011 | 110001 |
Color Harmonies of #BC33C7
Complementary color
Monochromatic Colors of #BC33C7
Black with #BC33C7
Text Example
Text Example
White with #BC33C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33C7; }
p { color: rgb(188,51,199); }
H1.HeaderClassName
{
color: #BC33C7;
}
.AnyTagClassName
{
color: #BC33C7;
}
</style>
background-color css
<style>
a { background-color: #BC33C7; }
a { background-color: rgb(188,51,199); }
div.DivClassName
{
background-color: #BC33C7;
}
.BgClassName
{
background-color: #BC33C7;
}
</style>
border-color css
<style>
span { border-color: #BC33C7; }
span { border-color: rgb(188,51,199); }
td.TdClassName
{
border-color: #BC33C7;
}
.TagClassName
{
border-color: #BC33C7;
}
</style>