Shades of Fuchsia #BC73B3
Tints of Fuchsia #BC73B3
RGB
CMYK
RGB Variations
Color information
#BC73B3 (or 0xBC73B3) is known color: Fuchsia. HEX triplet: BC, 73 and B3. RGB value is (188,115,179). Sum of RGB (Red+Green+Blue) = 188+115+179=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73B3 is #438C4C. Grayscale: #8F8F8F. Windows color (decimal): -4426829 or 11760572. OLE color: 11760572.
HSL color Cylindrical-coordinate representation of color #BC73B3: hue angle of 307.4º 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 #BC73B3 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 179 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.26 |
| HSL | 307.4º | 0.35% | 0.59% | - |
| HSV(B) | 307.4º | 0.39% | 0.74% | - |
| XYZ | 35.01 | 26.21 | 45.86 | - |
| YUV | 144.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 179 | 0 | 0.39 | 0.05 | 0.26 | 307.4 | 0.35 | 0.59 |
| Hex | BC | 73 | B3 | 0 | 27 | 5 | 1A | 133 | 23 | 3B |
| Octal | 274 | 163 | 263 | 0 | 47 | 5 | 32 | 463 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10110011 | 0 | 100111 | 101 | 11010 | 100110011 | 100011 | 111011 |
Color Harmonies of #BC73B3
Complementary color
Monochromatic Colors of #BC73B3
Black with #BC73B3
Text Example
Text Example
White with #BC73B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73B3; }
p { color: rgb(188,115,179); }
H1.HeaderClassName
{
color: #BC73B3;
}
.AnyTagClassName
{
color: #BC73B3;
}
</style>
background-color css
<style>
a { background-color: #BC73B3; }
a { background-color: rgb(188,115,179); }
div.DivClassName
{
background-color: #BC73B3;
}
.BgClassName
{
background-color: #BC73B3;
}
</style>
border-color css
<style>
span { border-color: #BC73B3; }
span { border-color: rgb(188,115,179); }
td.TdClassName
{
border-color: #BC73B3;
}
.TagClassName
{
border-color: #BC73B3;
}
</style>