Shades of Fuchsia #BC4DC9
Tints of Fuchsia #BC4DC9
RGB
CMYK
RGB Variations
Color information
#BC4DC9 (or 0xBC4DC9) is known color: Fuchsia. HEX triplet: BC, 4D and C9. RGB value is (188,77,201). Sum of RGB (Red+Green+Blue) = 188+77+201=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC4DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DC9 is #43B236. Grayscale: #7B7B7B. Windows color (decimal): -4436535 or 13192636. OLE color: 13192636.
HSL color Cylindrical-coordinate representation of color #BC4DC9: hue angle of 293.71º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4DC9 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 77 | 201 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.21 |
| HSL | 293.71º | 0.53% | 0.55% | - |
| HSV(B) | 293.71º | 0.62% | 0.79% | - |
| XYZ | 33.94 | 20.22 | 57.37 | - |
| YUV | 124.33 | 171.27 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 201 | 0.06 | 0.62 | 0 | 0.21 | 293.71 | 0.53 | 0.55 |
| Hex | BC | 4D | C9 | 6 | 3E | 0 | 15 | 126 | 35 | 37 |
| Octal | 274 | 115 | 311 | 6 | 76 | 0 | 25 | 446 | 65 | 67 |
| Binary | 10111100 | 1001101 | 11001001 | 110 | 111110 | 0 | 10101 | 100100110 | 110101 | 110111 |
Color Harmonies of #BC4DC9
Complementary color
Monochromatic Colors of #BC4DC9
Black with #BC4DC9
Text Example
Text Example
White with #BC4DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DC9; }
p { color: rgb(188,77,201); }
H1.HeaderClassName
{
color: #BC4DC9;
}
.AnyTagClassName
{
color: #BC4DC9;
}
</style>
background-color css
<style>
a { background-color: #BC4DC9; }
a { background-color: rgb(188,77,201); }
div.DivClassName
{
background-color: #BC4DC9;
}
.BgClassName
{
background-color: #BC4DC9;
}
</style>
border-color css
<style>
span { border-color: #BC4DC9; }
span { border-color: rgb(188,77,201); }
td.TdClassName
{
border-color: #BC4DC9;
}
.TagClassName
{
border-color: #BC4DC9;
}
</style>