Shades of Fuchsia #BC63C5
Tints of Fuchsia #BC63C5
RGB
CMYK
RGB Variations
Color information
#BC63C5 (or 0xBC63C5) is known color: Fuchsia. HEX triplet: BC, 63 and C5. RGB value is (188,99,197). Sum of RGB (Red+Green+Blue) = 188+99+197=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC63C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63C5 is #439C3A. Grayscale: #888888. Windows color (decimal): -4430907 or 12936124. OLE color: 12936124.
HSL color Cylindrical-coordinate representation of color #BC63C5: hue angle of 294.49º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC63C5 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 99 | 197 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.23 |
| HSL | 294.49º | 0.46% | 0.58% | - |
| HSV(B) | 294.49º | 0.5% | 0.77% | - |
| XYZ | 35.28 | 23.65 | 55.53 | - |
| YUV | 136.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 197 | 0.05 | 0.50 | 0 | 0.23 | 294.49 | 0.46 | 0.58 |
| Hex | BC | 63 | C5 | 5 | 32 | 0 | 17 | 126 | 2E | 3A |
| Octal | 274 | 143 | 305 | 5 | 62 | 0 | 27 | 446 | 56 | 72 |
| Binary | 10111100 | 1100011 | 11000101 | 101 | 110010 | 0 | 10111 | 100100110 | 101110 | 111010 |
Color Harmonies of #BC63C5
Complementary color
Monochromatic Colors of #BC63C5
Black with #BC63C5
Text Example
Text Example
White with #BC63C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63C5; }
p { color: rgb(188,99,197); }
H1.HeaderClassName
{
color: #BC63C5;
}
.AnyTagClassName
{
color: #BC63C5;
}
</style>
background-color css
<style>
a { background-color: #BC63C5; }
a { background-color: rgb(188,99,197); }
div.DivClassName
{
background-color: #BC63C5;
}
.BgClassName
{
background-color: #BC63C5;
}
</style>
border-color css
<style>
span { border-color: #BC63C5; }
span { border-color: rgb(188,99,197); }
td.TdClassName
{
border-color: #BC63C5;
}
.TagClassName
{
border-color: #BC63C5;
}
</style>