Shades of Fuchsia #BC63B3
Tints of Fuchsia #BC63B3
RGB
CMYK
RGB Variations
Color information
#BC63B3 (or 0xBC63B3) is known color: Fuchsia. HEX triplet: BC, 63 and B3. RGB value is (188,99,179). Sum of RGB (Red+Green+Blue) = 188+99+179=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63B3 is #439C4C. Grayscale: #868686. Windows color (decimal): -4430925 or 11756476. OLE color: 11756476.
HSL color Cylindrical-coordinate representation of color #BC63B3: hue angle of 306.07º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC63B3 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 179 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.26 |
| HSL | 306.07º | 0.4% | 0.56% | - |
| HSV(B) | 306.07º | 0.47% | 0.74% | - |
| XYZ | 33.34 | 22.87 | 45.31 | - |
| YUV | 134.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 179 | 0 | 0.47 | 0.05 | 0.26 | 306.07 | 0.4 | 0.56 |
| Hex | BC | 63 | B3 | 0 | 2F | 5 | 1A | 132 | 28 | 38 |
| Octal | 274 | 143 | 263 | 0 | 57 | 5 | 32 | 462 | 50 | 70 |
| Binary | 10111100 | 1100011 | 10110011 | 0 | 101111 | 101 | 11010 | 100110010 | 101000 | 111000 |
Color Harmonies of #BC63B3
Complementary color
Monochromatic Colors of #BC63B3
Black with #BC63B3
Text Example
Text Example
White with #BC63B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63B3; }
p { color: rgb(188,99,179); }
H1.HeaderClassName
{
color: #BC63B3;
}
.AnyTagClassName
{
color: #BC63B3;
}
</style>
background-color css
<style>
a { background-color: #BC63B3; }
a { background-color: rgb(188,99,179); }
div.DivClassName
{
background-color: #BC63B3;
}
.BgClassName
{
background-color: #BC63B3;
}
</style>
border-color css
<style>
span { border-color: #BC63B3; }
span { border-color: rgb(188,99,179); }
td.TdClassName
{
border-color: #BC63B3;
}
.TagClassName
{
border-color: #BC63B3;
}
</style>