Shades of Fuchsia #BC45AF
Tints of Fuchsia #BC45AF
RGB
CMYK
RGB Variations
Color information
#BC45AF (or 0xBC45AF) is known color: Fuchsia. HEX triplet: BC, 45 and AF. RGB value is (188,69,175). Sum of RGB (Red+Green+Blue) = 188+69+175=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC45AF is #43BA50. Grayscale: #747474. Windows color (decimal): -4438609 or 11486652. OLE color: 11486652.
HSL color Cylindrical-coordinate representation of color #BC45AF: hue angle of 306.55º 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 #BC45AF is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 175 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.26 |
| HSL | 306.55º | 0.47% | 0.5% | - |
| HSV(B) | 306.55º | 0.63% | 0.74% | - |
| XYZ | 30.61 | 18.04 | 42.43 | - |
| YUV | 116.67 | 160.92 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 175 | 0 | 0.63 | 0.07 | 0.26 | 306.55 | 0.47 | 0.5 |
| Hex | BC | 45 | AF | 0 | 3F | 7 | 1A | 133 | 2F | 32 |
| Octal | 274 | 105 | 257 | 0 | 77 | 7 | 32 | 463 | 57 | 62 |
| Binary | 10111100 | 1000101 | 10101111 | 0 | 111111 | 111 | 11010 | 100110011 | 101111 | 110010 |
Color Harmonies of #BC45AF
Complementary color
Monochromatic Colors of #BC45AF
Black with #BC45AF
Text Example
Text Example
White with #BC45AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45AF; }
p { color: rgb(188,69,175); }
H1.HeaderClassName
{
color: #BC45AF;
}
.AnyTagClassName
{
color: #BC45AF;
}
</style>
background-color css
<style>
a { background-color: #BC45AF; }
a { background-color: rgb(188,69,175); }
div.DivClassName
{
background-color: #BC45AF;
}
.BgClassName
{
background-color: #BC45AF;
}
</style>
border-color css
<style>
span { border-color: #BC45AF; }
span { border-color: rgb(188,69,175); }
td.TdClassName
{
border-color: #BC45AF;
}
.TagClassName
{
border-color: #BC45AF;
}
</style>