Shades of Fuchsia #BC5AAD
Tints of Fuchsia #BC5AAD
RGB
CMYK
RGB Variations
Color information
#BC5AAD (or 0xBC5AAD) is known color: Fuchsia. HEX triplet: BC, 5A and AD. RGB value is (188,90,173). Sum of RGB (Red+Green+Blue) = 188+90+173=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5AAD is #43A552. Grayscale: #808080. Windows color (decimal): -4433235 or 11360956. OLE color: 11360956.
HSL color Cylindrical-coordinate representation of color #BC5AAD: hue angle of 309.18º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5AAD is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 173 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.26 |
| HSL | 309.18º | 0.42% | 0.55% | - |
| HSV(B) | 309.18º | 0.52% | 0.74% | - |
| XYZ | 31.94 | 21.02 | 41.91 | - |
| YUV | 128.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 173 | 0 | 0.52 | 0.08 | 0.26 | 309.18 | 0.42 | 0.55 |
| Hex | BC | 5A | AD | 0 | 34 | 8 | 1A | 135 | 2A | 37 |
| Octal | 274 | 132 | 255 | 0 | 64 | 10 | 32 | 465 | 52 | 67 |
| Binary | 10111100 | 1011010 | 10101101 | 0 | 110100 | 1000 | 11010 | 100110101 | 101010 | 110111 |
Color Harmonies of #BC5AAD
Complementary color
Monochromatic Colors of #BC5AAD
Black with #BC5AAD
Text Example
Text Example
White with #BC5AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AAD; }
p { color: rgb(188,90,173); }
H1.HeaderClassName
{
color: #BC5AAD;
}
.AnyTagClassName
{
color: #BC5AAD;
}
</style>
background-color css
<style>
a { background-color: #BC5AAD; }
a { background-color: rgb(188,90,173); }
div.DivClassName
{
background-color: #BC5AAD;
}
.BgClassName
{
background-color: #BC5AAD;
}
</style>
border-color css
<style>
span { border-color: #BC5AAD; }
span { border-color: rgb(188,90,173); }
td.TdClassName
{
border-color: #BC5AAD;
}
.TagClassName
{
border-color: #BC5AAD;
}
</style>