Shades of Fuchsia #BC74BA
Tints of Fuchsia #BC74BA
RGB
CMYK
RGB Variations
Color information
#BC74BA (or 0xBC74BA) is known color: Fuchsia. HEX triplet: BC, 74 and BA. RGB value is (188,116,186). Sum of RGB (Red+Green+Blue) = 188+116+186=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74BA is #438B45. Grayscale: #919191. Windows color (decimal): -4426566 or 12219580. OLE color: 12219580.
HSL color Cylindrical-coordinate representation of color #BC74BA: hue angle of 301.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC74BA is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 186 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.26 |
| HSL | 301.67º | 0.35% | 0.6% | - |
| HSV(B) | 301.67º | 0.38% | 0.74% | - |
| XYZ | 35.85 | 26.73 | 49.72 | - |
| YUV | 145.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 186 | 0 | 0.38 | 0.01 | 0.26 | 301.67 | 0.35 | 0.6 |
| Hex | BC | 74 | BA | 0 | 26 | 1 | 1A | 12E | 23 | 3C |
| Octal | 274 | 164 | 272 | 0 | 46 | 1 | 32 | 456 | 43 | 74 |
| Binary | 10111100 | 1110100 | 10111010 | 0 | 100110 | 1 | 11010 | 100101110 | 100011 | 111100 |
Color Harmonies of #BC74BA
Complementary color
Monochromatic Colors of #BC74BA
Black with #BC74BA
Text Example
Text Example
White with #BC74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74BA; }
p { color: rgb(188,116,186); }
H1.HeaderClassName
{
color: #BC74BA;
}
.AnyTagClassName
{
color: #BC74BA;
}
</style>
background-color css
<style>
a { background-color: #BC74BA; }
a { background-color: rgb(188,116,186); }
div.DivClassName
{
background-color: #BC74BA;
}
.BgClassName
{
background-color: #BC74BA;
}
</style>
border-color css
<style>
span { border-color: #BC74BA; }
span { border-color: rgb(188,116,186); }
td.TdClassName
{
border-color: #BC74BA;
}
.TagClassName
{
border-color: #BC74BA;
}
</style>