Shades of Fuchsia #BC44C2
Tints of Fuchsia #BC44C2
RGB
CMYK
RGB Variations
Color information
#BC44C2 (or 0xBC44C2) is known color: Fuchsia. HEX triplet: BC, 44 and C2. RGB value is (188,68,194). Sum of RGB (Red+Green+Blue) = 188+68+194=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC44C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44C2 is #43BB3D. Grayscale: #757575. Windows color (decimal): -4438846 or 12731580. OLE color: 12731580.
HSL color Cylindrical-coordinate representation of color #BC44C2: hue angle of 297.14º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC44C2 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 68 | 194 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.24 |
| HSL | 297.14º | 0.51% | 0.51% | - |
| HSV(B) | 297.14º | 0.65% | 0.76% | - |
| XYZ | 32.54 | 18.72 | 52.94 | - |
| YUV | 118.24 | 170.76 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 194 | 0.03 | 0.65 | 0 | 0.24 | 297.14 | 0.51 | 0.51 |
| Hex | BC | 44 | C2 | 3 | 41 | 0 | 18 | 129 | 33 | 33 |
| Octal | 274 | 104 | 302 | 3 | 101 | 0 | 30 | 451 | 63 | 63 |
| Binary | 10111100 | 1000100 | 11000010 | 11 | 1000001 | 0 | 11000 | 100101001 | 110011 | 110011 |
Color Harmonies of #BC44C2
Complementary color
Monochromatic Colors of #BC44C2
Black with #BC44C2
Text Example
Text Example
White with #BC44C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44C2; }
p { color: rgb(188,68,194); }
H1.HeaderClassName
{
color: #BC44C2;
}
.AnyTagClassName
{
color: #BC44C2;
}
</style>
background-color css
<style>
a { background-color: #BC44C2; }
a { background-color: rgb(188,68,194); }
div.DivClassName
{
background-color: #BC44C2;
}
.BgClassName
{
background-color: #BC44C2;
}
</style>
border-color css
<style>
span { border-color: #BC44C2; }
span { border-color: rgb(188,68,194); }
td.TdClassName
{
border-color: #BC44C2;
}
.TagClassName
{
border-color: #BC44C2;
}
</style>