Shades of Fuchsia #BC45AD
Tints of Fuchsia #BC45AD
RGB
CMYK
RGB Variations
Color information
#BC45AD (or 0xBC45AD) is known color: Fuchsia. HEX triplet: BC, 45 and AD. RGB value is (188,69,173). Sum of RGB (Red+Green+Blue) = 188+69+173=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC45AD is #43BA52. Grayscale: #747474. Windows color (decimal): -4438611 or 11355580. OLE color: 11355580.
HSL color Cylindrical-coordinate representation of color #BC45AD: hue angle of 307.56º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC45AD is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 173 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.26 |
| HSL | 307.56º | 0.47% | 0.5% | - |
| HSV(B) | 307.56º | 0.63% | 0.74% | - |
| XYZ | 30.41 | 17.96 | 41.4 | - |
| YUV | 116.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 173 | 0 | 0.63 | 0.08 | 0.26 | 307.56 | 0.47 | 0.5 |
| Hex | BC | 45 | AD | 0 | 3F | 8 | 1A | 134 | 2F | 32 |
| Octal | 274 | 105 | 255 | 0 | 77 | 10 | 32 | 464 | 57 | 62 |
| Binary | 10111100 | 1000101 | 10101101 | 0 | 111111 | 1000 | 11010 | 100110100 | 101111 | 110010 |
Color Harmonies of #BC45AD
Complementary color
Monochromatic Colors of #BC45AD
Black with #BC45AD
Text Example
Text Example
White with #BC45AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45AD; }
p { color: rgb(188,69,173); }
H1.HeaderClassName
{
color: #BC45AD;
}
.AnyTagClassName
{
color: #BC45AD;
}
</style>
background-color css
<style>
a { background-color: #BC45AD; }
a { background-color: rgb(188,69,173); }
div.DivClassName
{
background-color: #BC45AD;
}
.BgClassName
{
background-color: #BC45AD;
}
</style>
border-color css
<style>
span { border-color: #BC45AD; }
span { border-color: rgb(188,69,173); }
td.TdClassName
{
border-color: #BC45AD;
}
.TagClassName
{
border-color: #BC45AD;
}
</style>