Shades of Fuchsia #BC53C7
Tints of Fuchsia #BC53C7
RGB
CMYK
RGB Variations
Color information
#BC53C7 (or 0xBC53C7) is known color: Fuchsia. HEX triplet: BC, 53 and C7. RGB value is (188,83,199). Sum of RGB (Red+Green+Blue) = 188+83+199=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC53C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53C7 is #43AC38. Grayscale: #7F7F7F. Windows color (decimal): -4435001 or 13063100. OLE color: 13063100.
HSL color Cylindrical-coordinate representation of color #BC53C7: hue angle of 294.31º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC53C7 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 83 | 199 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.22 |
| HSL | 294.31º | 0.51% | 0.55% | - |
| HSV(B) | 294.31º | 0.58% | 0.78% | - |
| XYZ | 34.14 | 21 | 56.29 | - |
| YUV | 127.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 199 | 0.06 | 0.58 | 0 | 0.22 | 294.31 | 0.51 | 0.55 |
| Hex | BC | 53 | C7 | 6 | 3A | 0 | 16 | 126 | 33 | 37 |
| Octal | 274 | 123 | 307 | 6 | 72 | 0 | 26 | 446 | 63 | 67 |
| Binary | 10111100 | 1010011 | 11000111 | 110 | 111010 | 0 | 10110 | 100100110 | 110011 | 110111 |
Color Harmonies of #BC53C7
Complementary color
Monochromatic Colors of #BC53C7
Black with #BC53C7
Text Example
Text Example
White with #BC53C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC53C7; }
p { color: rgb(188,83,199); }
H1.HeaderClassName
{
color: #BC53C7;
}
.AnyTagClassName
{
color: #BC53C7;
}
</style>
background-color css
<style>
a { background-color: #BC53C7; }
a { background-color: rgb(188,83,199); }
div.DivClassName
{
background-color: #BC53C7;
}
.BgClassName
{
background-color: #BC53C7;
}
</style>
border-color css
<style>
span { border-color: #BC53C7; }
span { border-color: rgb(188,83,199); }
td.TdClassName
{
border-color: #BC53C7;
}
.TagClassName
{
border-color: #BC53C7;
}
</style>