Shades of Fuchsia #BC35C8
Tints of Fuchsia #BC35C8
RGB
CMYK
RGB Variations
Color information
#BC35C8 (or 0xBC35C8) is known color: Fuchsia. HEX triplet: BC, 35 and C8. RGB value is (188,53,200). Sum of RGB (Red+Green+Blue) = 188+53+200=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC35C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35C8 is #43CA37. Grayscale: #6D6D6D. Windows color (decimal): -4442680 or 13120956. OLE color: 13120956.
HSL color Cylindrical-coordinate representation of color #BC35C8: hue angle of 295.1º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC35C8 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 53 | 200 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.22 |
| HSL | 295.1º | 0.58% | 0.5% | - |
| HSV(B) | 295.1º | 0.74% | 0.78% | - |
| XYZ | 32.44 | 17.41 | 56.29 | - |
| YUV | 110.12 | 178.73 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 200 | 0.06 | 0.74 | 0 | 0.22 | 295.1 | 0.58 | 0.5 |
| Hex | BC | 35 | C8 | 6 | 4A | 0 | 16 | 127 | 3A | 32 |
| Octal | 274 | 65 | 310 | 6 | 112 | 0 | 26 | 447 | 72 | 62 |
| Binary | 10111100 | 110101 | 11001000 | 110 | 1001010 | 0 | 10110 | 100100111 | 111010 | 110010 |
Color Harmonies of #BC35C8
Complementary color
Monochromatic Colors of #BC35C8
Black with #BC35C8
Text Example
Text Example
White with #BC35C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC35C8; }
p { color: rgb(188,53,200); }
H1.HeaderClassName
{
color: #BC35C8;
}
.AnyTagClassName
{
color: #BC35C8;
}
</style>
background-color css
<style>
a { background-color: #BC35C8; }
a { background-color: rgb(188,53,200); }
div.DivClassName
{
background-color: #BC35C8;
}
.BgClassName
{
background-color: #BC35C8;
}
</style>
border-color css
<style>
span { border-color: #BC35C8; }
span { border-color: rgb(188,53,200); }
td.TdClassName
{
border-color: #BC35C8;
}
.TagClassName
{
border-color: #BC35C8;
}
</style>