Shades of Fuchsia #BC73C2
Tints of Fuchsia #BC73C2
RGB
CMYK
RGB Variations
Color information
#BC73C2 (or 0xBC73C2) is known color: Fuchsia. HEX triplet: BC, 73 and C2. RGB value is (188,115,194). Sum of RGB (Red+Green+Blue) = 188+115+194=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC73C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73C2 is #438C3D. Grayscale: #919191. Windows color (decimal): -4426814 or 12743612. OLE color: 12743612.
HSL color Cylindrical-coordinate representation of color #BC73C2: hue angle of 295.44º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC73C2 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 115 | 194 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.24 |
| HSL | 295.44º | 0.39% | 0.61% | - |
| HSV(B) | 295.44º | 0.41% | 0.76% | - |
| XYZ | 36.61 | 26.85 | 54.29 | - |
| YUV | 145.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 194 | 0.03 | 0.41 | 0 | 0.24 | 295.44 | 0.39 | 0.61 |
| Hex | BC | 73 | C2 | 3 | 29 | 0 | 18 | 127 | 27 | 3D |
| Octal | 274 | 163 | 302 | 3 | 51 | 0 | 30 | 447 | 47 | 75 |
| Binary | 10111100 | 1110011 | 11000010 | 11 | 101001 | 0 | 11000 | 100100111 | 100111 | 111101 |
Color Harmonies of #BC73C2
Complementary color
Monochromatic Colors of #BC73C2
Black with #BC73C2
Text Example
Text Example
White with #BC73C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73C2; }
p { color: rgb(188,115,194); }
H1.HeaderClassName
{
color: #BC73C2;
}
.AnyTagClassName
{
color: #BC73C2;
}
</style>
background-color css
<style>
a { background-color: #BC73C2; }
a { background-color: rgb(188,115,194); }
div.DivClassName
{
background-color: #BC73C2;
}
.BgClassName
{
background-color: #BC73C2;
}
</style>
border-color css
<style>
span { border-color: #BC73C2; }
span { border-color: rgb(188,115,194); }
td.TdClassName
{
border-color: #BC73C2;
}
.TagClassName
{
border-color: #BC73C2;
}
</style>