Shades of Fuchsia #BC46AB
Tints of Fuchsia #BC46AB
RGB
CMYK
RGB Variations
Color information
#BC46AB (or 0xBC46AB) is known color: Fuchsia. HEX triplet: BC, 46 and AB. RGB value is (188,70,171). Sum of RGB (Red+Green+Blue) = 188+70+171=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC46AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC46AB is #43B954. Grayscale: #747474. Windows color (decimal): -4438357 or 11224764. OLE color: 11224764.
HSL color Cylindrical-coordinate representation of color #BC46AB: hue angle of 308.64º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC46AB is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 171 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.26 |
| HSL | 308.64º | 0.47% | 0.51% | - |
| HSV(B) | 308.64º | 0.63% | 0.74% | - |
| XYZ | 30.28 | 18.01 | 40.41 | - |
| YUV | 116.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 171 | 0 | 0.63 | 0.09 | 0.26 | 308.64 | 0.47 | 0.51 |
| Hex | BC | 46 | AB | 0 | 3F | 9 | 1A | 135 | 2F | 33 |
| Octal | 274 | 106 | 253 | 0 | 77 | 11 | 32 | 465 | 57 | 63 |
| Binary | 10111100 | 1000110 | 10101011 | 0 | 111111 | 1001 | 11010 | 100110101 | 101111 | 110011 |
Color Harmonies of #BC46AB
Complementary color
Monochromatic Colors of #BC46AB
Black with #BC46AB
Text Example
Text Example
White with #BC46AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC46AB; }
p { color: rgb(188,70,171); }
H1.HeaderClassName
{
color: #BC46AB;
}
.AnyTagClassName
{
color: #BC46AB;
}
</style>
background-color css
<style>
a { background-color: #BC46AB; }
a { background-color: rgb(188,70,171); }
div.DivClassName
{
background-color: #BC46AB;
}
.BgClassName
{
background-color: #BC46AB;
}
</style>
border-color css
<style>
span { border-color: #BC46AB; }
span { border-color: rgb(188,70,171); }
td.TdClassName
{
border-color: #BC46AB;
}
.TagClassName
{
border-color: #BC46AB;
}
</style>