Shades of Fuchsia #BC44C6
Tints of Fuchsia #BC44C6
RGB
CMYK
RGB Variations
Color information
#BC44C6 (or 0xBC44C6) is known color: Fuchsia. HEX triplet: BC, 44 and C6. RGB value is (188,68,198). Sum of RGB (Red+Green+Blue) = 188+68+198=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC44C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44C6 is #43BB39. Grayscale: #767676. Windows color (decimal): -4438842 or 12993724. OLE color: 12993724.
HSL color Cylindrical-coordinate representation of color #BC44C6: hue angle of 295.38º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC44C6 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 68 | 198 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.22 |
| HSL | 295.38º | 0.53% | 0.52% | - |
| HSV(B) | 295.38º | 0.66% | 0.78% | - |
| XYZ | 33 | 18.9 | 55.34 | - |
| YUV | 118.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 198 | 0.05 | 0.66 | 0 | 0.22 | 295.38 | 0.53 | 0.52 |
| Hex | BC | 44 | C6 | 5 | 42 | 0 | 16 | 127 | 35 | 34 |
| Octal | 274 | 104 | 306 | 5 | 102 | 0 | 26 | 447 | 65 | 64 |
| Binary | 10111100 | 1000100 | 11000110 | 101 | 1000010 | 0 | 10110 | 100100111 | 110101 | 110100 |
Color Harmonies of #BC44C6
Complementary color
Monochromatic Colors of #BC44C6
Black with #BC44C6
Text Example
Text Example
White with #BC44C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44C6; }
p { color: rgb(188,68,198); }
H1.HeaderClassName
{
color: #BC44C6;
}
.AnyTagClassName
{
color: #BC44C6;
}
</style>
background-color css
<style>
a { background-color: #BC44C6; }
a { background-color: rgb(188,68,198); }
div.DivClassName
{
background-color: #BC44C6;
}
.BgClassName
{
background-color: #BC44C6;
}
</style>
border-color css
<style>
span { border-color: #BC44C6; }
span { border-color: rgb(188,68,198); }
td.TdClassName
{
border-color: #BC44C6;
}
.TagClassName
{
border-color: #BC44C6;
}
</style>