Shades of Fuchsia #BC71C1
Tints of Fuchsia #BC71C1
RGB
CMYK
RGB Variations
Color information
#BC71C1 (or 0xBC71C1) is known color: Fuchsia. HEX triplet: BC, 71 and C1. RGB value is (188,113,193). Sum of RGB (Red+Green+Blue) = 188+113+193=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC71C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71C1 is #438E3E. Grayscale: #909090. Windows color (decimal): -4427327 or 12677564. OLE color: 12677564.
HSL color Cylindrical-coordinate representation of color #BC71C1: hue angle of 296.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC71C1 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 113 | 193 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.24 |
| HSL | 296.25º | 0.39% | 0.6% | - |
| HSV(B) | 296.25º | 0.41% | 0.76% | - |
| XYZ | 36.27 | 26.35 | 53.63 | - |
| YUV | 144.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 193 | 0.03 | 0.41 | 0 | 0.24 | 296.25 | 0.39 | 0.6 |
| Hex | BC | 71 | C1 | 3 | 29 | 0 | 18 | 128 | 27 | 3C |
| Octal | 274 | 161 | 301 | 3 | 51 | 0 | 30 | 450 | 47 | 74 |
| Binary | 10111100 | 1110001 | 11000001 | 11 | 101001 | 0 | 11000 | 100101000 | 100111 | 111100 |
Color Harmonies of #BC71C1
Complementary color
Monochromatic Colors of #BC71C1
Black with #BC71C1
Text Example
Text Example
White with #BC71C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71C1; }
p { color: rgb(188,113,193); }
H1.HeaderClassName
{
color: #BC71C1;
}
.AnyTagClassName
{
color: #BC71C1;
}
</style>
background-color css
<style>
a { background-color: #BC71C1; }
a { background-color: rgb(188,113,193); }
div.DivClassName
{
background-color: #BC71C1;
}
.BgClassName
{
background-color: #BC71C1;
}
</style>
border-color css
<style>
span { border-color: #BC71C1; }
span { border-color: rgb(188,113,193); }
td.TdClassName
{
border-color: #BC71C1;
}
.TagClassName
{
border-color: #BC71C1;
}
</style>