Shades of Fuchsia #BC63BD
Tints of Fuchsia #BC63BD
RGB
CMYK
RGB Variations
Color information
#BC63BD (or 0xBC63BD) is known color: Fuchsia. HEX triplet: BC, 63 and BD. RGB value is (188,99,189). Sum of RGB (Red+Green+Blue) = 188+99+189=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC63BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63BD is #439C42. Grayscale: #878787. Windows color (decimal): -4430915 or 12411836. OLE color: 12411836.
HSL color Cylindrical-coordinate representation of color #BC63BD: hue angle of 299.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC63BD is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 189 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.26 |
| HSL | 299.33º | 0.41% | 0.56% | - |
| HSV(B) | 299.33º | 0.48% | 0.74% | - |
| XYZ | 34.39 | 23.29 | 50.83 | - |
| YUV | 135.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 189 | 0.01 | 0.48 | 0 | 0.26 | 299.33 | 0.41 | 0.56 |
| Hex | BC | 63 | BD | 1 | 30 | 0 | 1A | 12B | 29 | 38 |
| Octal | 274 | 143 | 275 | 1 | 60 | 0 | 32 | 453 | 51 | 70 |
| Binary | 10111100 | 1100011 | 10111101 | 1 | 110000 | 0 | 11010 | 100101011 | 101001 | 111000 |
Color Harmonies of #BC63BD
Complementary color
Monochromatic Colors of #BC63BD
Black with #BC63BD
Text Example
Text Example
White with #BC63BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63BD; }
p { color: rgb(188,99,189); }
H1.HeaderClassName
{
color: #BC63BD;
}
.AnyTagClassName
{
color: #BC63BD;
}
</style>
background-color css
<style>
a { background-color: #BC63BD; }
a { background-color: rgb(188,99,189); }
div.DivClassName
{
background-color: #BC63BD;
}
.BgClassName
{
background-color: #BC63BD;
}
</style>
border-color css
<style>
span { border-color: #BC63BD; }
span { border-color: rgb(188,99,189); }
td.TdClassName
{
border-color: #BC63BD;
}
.TagClassName
{
border-color: #BC63BD;
}
</style>