Shades of Fuchsia #BC73BC
Tints of Fuchsia #BC73BC
RGB
CMYK
RGB Variations
Color information
#BC73BC (or 0xBC73BC) is known color: Fuchsia. HEX triplet: BC, 73 and BC. RGB value is (188,115,188). Sum of RGB (Red+Green+Blue) = 188+115+188=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC73BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73BC is #438C43. Grayscale: #909090. Windows color (decimal): -4426820 or 12350396. OLE color: 12350396.
HSL color Cylindrical-coordinate representation of color #BC73BC: hue angle of 300º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC73BC is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 188 | - |
| CMYK | 0 | 0.39 | 0 | 0.26 |
| HSL | 300º | 0.35% | 0.59% | - |
| HSV(B) | 300º | 0.39% | 0.74% | - |
| XYZ | 35.95 | 26.58 | 50.81 | - |
| YUV | 145.15 | 152.18 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 188 | 0 | 0.39 | 0 | 0.26 | 300 | 0.35 | 0.59 |
| Hex | BC | 73 | BC | 0 | 27 | 0 | 1A | 12C | 23 | 3B |
| Octal | 274 | 163 | 274 | 0 | 47 | 0 | 32 | 454 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10111100 | 0 | 100111 | 0 | 11010 | 100101100 | 100011 | 111011 |
Color Harmonies of #BC73BC
Complementary color
Monochromatic Colors of #BC73BC
Black with #BC73BC
Text Example
Text Example
White with #BC73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73BC; }
p { color: rgb(188,115,188); }
H1.HeaderClassName
{
color: #BC73BC;
}
.AnyTagClassName
{
color: #BC73BC;
}
</style>
background-color css
<style>
a { background-color: #BC73BC; }
a { background-color: rgb(188,115,188); }
div.DivClassName
{
background-color: #BC73BC;
}
.BgClassName
{
background-color: #BC73BC;
}
</style>
border-color css
<style>
span { border-color: #BC73BC; }
span { border-color: rgb(188,115,188); }
td.TdClassName
{
border-color: #BC73BC;
}
.TagClassName
{
border-color: #BC73BC;
}
</style>