Shades of Fuchsia #BC42C8
Tints of Fuchsia #BC42C8
RGB
CMYK
RGB Variations
Color information
#BC42C8 (or 0xBC42C8) is known color: Fuchsia. HEX triplet: BC, 42 and C8. RGB value is (188,66,200). Sum of RGB (Red+Green+Blue) = 188+66+200=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC42C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC42C8 is #43BD37. Grayscale: #757575. Windows color (decimal): -4439352 or 13124284. OLE color: 13124284.
HSL color Cylindrical-coordinate representation of color #BC42C8: hue angle of 294.63º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC42C8 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 66 | 200 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.22 |
| HSL | 294.63º | 0.55% | 0.52% | - |
| HSV(B) | 294.63º | 0.67% | 0.78% | - |
| XYZ | 33.11 | 18.76 | 56.52 | - |
| YUV | 117.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 200 | 0.06 | 0.67 | 0 | 0.22 | 294.63 | 0.55 | 0.52 |
| Hex | BC | 42 | C8 | 6 | 43 | 0 | 16 | 127 | 37 | 34 |
| Octal | 274 | 102 | 310 | 6 | 103 | 0 | 26 | 447 | 67 | 64 |
| Binary | 10111100 | 1000010 | 11001000 | 110 | 1000011 | 0 | 10110 | 100100111 | 110111 | 110100 |
Color Harmonies of #BC42C8
Complementary color
Monochromatic Colors of #BC42C8
Black with #BC42C8
Text Example
Text Example
White with #BC42C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC42C8; }
p { color: rgb(188,66,200); }
H1.HeaderClassName
{
color: #BC42C8;
}
.AnyTagClassName
{
color: #BC42C8;
}
</style>
background-color css
<style>
a { background-color: #BC42C8; }
a { background-color: rgb(188,66,200); }
div.DivClassName
{
background-color: #BC42C8;
}
.BgClassName
{
background-color: #BC42C8;
}
</style>
border-color css
<style>
span { border-color: #BC42C8; }
span { border-color: rgb(188,66,200); }
td.TdClassName
{
border-color: #BC42C8;
}
.TagClassName
{
border-color: #BC42C8;
}
</style>