Shades of Fuchsia #BC4DC7
Tints of Fuchsia #BC4DC7
RGB
CMYK
RGB Variations
Color information
#BC4DC7 (or 0xBC4DC7) is known color: Fuchsia. HEX triplet: BC, 4D and C7. RGB value is (188,77,199). Sum of RGB (Red+Green+Blue) = 188+77+199=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC4DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DC7 is #43B238. Grayscale: #7B7B7B. Windows color (decimal): -4436537 or 13061564. OLE color: 13061564.
HSL color Cylindrical-coordinate representation of color #BC4DC7: hue angle of 294.59º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4DC7 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 77 | 199 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.22 |
| HSL | 294.59º | 0.52% | 0.54% | - |
| HSV(B) | 294.59º | 0.61% | 0.78% | - |
| XYZ | 33.7 | 20.12 | 56.14 | - |
| YUV | 124.1 | 170.27 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 199 | 0.06 | 0.61 | 0 | 0.22 | 294.59 | 0.52 | 0.54 |
| Hex | BC | 4D | C7 | 6 | 3D | 0 | 16 | 127 | 34 | 36 |
| Octal | 274 | 115 | 307 | 6 | 75 | 0 | 26 | 447 | 64 | 66 |
| Binary | 10111100 | 1001101 | 11000111 | 110 | 111101 | 0 | 10110 | 100100111 | 110100 | 110110 |
Color Harmonies of #BC4DC7
Complementary color
Monochromatic Colors of #BC4DC7
Black with #BC4DC7
Text Example
Text Example
White with #BC4DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DC7; }
p { color: rgb(188,77,199); }
H1.HeaderClassName
{
color: #BC4DC7;
}
.AnyTagClassName
{
color: #BC4DC7;
}
</style>
background-color css
<style>
a { background-color: #BC4DC7; }
a { background-color: rgb(188,77,199); }
div.DivClassName
{
background-color: #BC4DC7;
}
.BgClassName
{
background-color: #BC4DC7;
}
</style>
border-color css
<style>
span { border-color: #BC4DC7; }
span { border-color: rgb(188,77,199); }
td.TdClassName
{
border-color: #BC4DC7;
}
.TagClassName
{
border-color: #BC4DC7;
}
</style>