Shades of Fuchsia #BC74C1
Tints of Fuchsia #BC74C1
RGB
CMYK
RGB Variations
Color information
#BC74C1 (or 0xBC74C1) is known color: Fuchsia. HEX triplet: BC, 74 and C1. RGB value is (188,116,193). Sum of RGB (Red+Green+Blue) = 188+116+193=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC74C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74C1 is #438B3E. Grayscale: #929292. Windows color (decimal): -4426559 or 12678332. OLE color: 12678332.
HSL color Cylindrical-coordinate representation of color #BC74C1: hue angle of 296.1º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC74C1 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 116 | 193 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.24 |
| HSL | 296.1º | 0.38% | 0.61% | - |
| HSV(B) | 296.1º | 0.4% | 0.76% | - |
| XYZ | 36.61 | 27.03 | 53.74 | - |
| YUV | 146.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 193 | 0.03 | 0.40 | 0 | 0.24 | 296.1 | 0.38 | 0.61 |
| Hex | BC | 74 | C1 | 3 | 28 | 0 | 18 | 128 | 26 | 3D |
| Octal | 274 | 164 | 301 | 3 | 50 | 0 | 30 | 450 | 46 | 75 |
| Binary | 10111100 | 1110100 | 11000001 | 11 | 101000 | 0 | 11000 | 100101000 | 100110 | 111101 |
Color Harmonies of #BC74C1
Complementary color
Monochromatic Colors of #BC74C1
Black with #BC74C1
Text Example
Text Example
White with #BC74C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74C1; }
p { color: rgb(188,116,193); }
H1.HeaderClassName
{
color: #BC74C1;
}
.AnyTagClassName
{
color: #BC74C1;
}
</style>
background-color css
<style>
a { background-color: #BC74C1; }
a { background-color: rgb(188,116,193); }
div.DivClassName
{
background-color: #BC74C1;
}
.BgClassName
{
background-color: #BC74C1;
}
</style>
border-color css
<style>
span { border-color: #BC74C1; }
span { border-color: rgb(188,116,193); }
td.TdClassName
{
border-color: #BC74C1;
}
.TagClassName
{
border-color: #BC74C1;
}
</style>