Shades of Fuchsia #BC73C3
Tints of Fuchsia #BC73C3
RGB
CMYK
RGB Variations
Color information
#BC73C3 (or 0xBC73C3) is known color: Fuchsia. HEX triplet: BC, 73 and C3. RGB value is (188,115,195). Sum of RGB (Red+Green+Blue) = 188+115+195=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 195 (76.56% from 255 or 39.16% from 498); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC73C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73C3 is #438C3C. Grayscale: #919191. Windows color (decimal): -4426813 or 12809148. OLE color: 12809148.
HSL color Cylindrical-coordinate representation of color #BC73C3: hue angle of 294.75º degrees, saturation: 0.4, 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 #BC73C3 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 115 | 195 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.24 |
| HSL | 294.75º | 0.4% | 0.61% | - |
| HSV(B) | 294.75º | 0.41% | 0.76% | - |
| XYZ | 36.72 | 26.89 | 54.89 | - |
| YUV | 145.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 195 | 0.04 | 0.41 | 0 | 0.24 | 294.75 | 0.4 | 0.61 |
| Hex | BC | 73 | C3 | 4 | 29 | 0 | 18 | 127 | 28 | 3D |
| Octal | 274 | 163 | 303 | 4 | 51 | 0 | 30 | 447 | 50 | 75 |
| Binary | 10111100 | 1110011 | 11000011 | 100 | 101001 | 0 | 11000 | 100100111 | 101000 | 111101 |
Color Harmonies of #BC73C3
Complementary color
Monochromatic Colors of #BC73C3
Black with #BC73C3
Text Example
Text Example
White with #BC73C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73C3; }
p { color: rgb(188,115,195); }
H1.HeaderClassName
{
color: #BC73C3;
}
.AnyTagClassName
{
color: #BC73C3;
}
</style>
background-color css
<style>
a { background-color: #BC73C3; }
a { background-color: rgb(188,115,195); }
div.DivClassName
{
background-color: #BC73C3;
}
.BgClassName
{
background-color: #BC73C3;
}
</style>
border-color css
<style>
span { border-color: #BC73C3; }
span { border-color: rgb(188,115,195); }
td.TdClassName
{
border-color: #BC73C3;
}
.TagClassName
{
border-color: #BC73C3;
}
</style>