Shades of Fuchsia #BC32AF
Tints of Fuchsia #BC32AF
RGB
CMYK
RGB Variations
Color information
#BC32AF (or 0xBC32AF) is known color: Fuchsia. HEX triplet: BC, 32 and AF. RGB value is (188,50,175). Sum of RGB (Red+Green+Blue) = 188+50+175=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC32AF is #43CD50. Grayscale: #696969. Windows color (decimal): -4443473 or 11481788. OLE color: 11481788.
HSL color Cylindrical-coordinate representation of color #BC32AF: hue angle of 305.65º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC32AF is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 175 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.26 |
| HSL | 305.65º | 0.58% | 0.47% | - |
| HSV(B) | 305.65º | 0.73% | 0.74% | - |
| XYZ | 29.62 | 16.07 | 42.1 | - |
| YUV | 105.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 175 | 0 | 0.73 | 0.07 | 0.26 | 305.65 | 0.58 | 0.47 |
| Hex | BC | 32 | AF | 0 | 49 | 7 | 1A | 132 | 3A | 2F |
| Octal | 274 | 62 | 257 | 0 | 111 | 7 | 32 | 462 | 72 | 57 |
| Binary | 10111100 | 110010 | 10101111 | 0 | 1001001 | 111 | 11010 | 100110010 | 111010 | 101111 |
Color Harmonies of #BC32AF
Complementary color
Monochromatic Colors of #BC32AF
Black with #BC32AF
Text Example
Text Example
White with #BC32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32AF; }
p { color: rgb(188,50,175); }
H1.HeaderClassName
{
color: #BC32AF;
}
.AnyTagClassName
{
color: #BC32AF;
}
</style>
background-color css
<style>
a { background-color: #BC32AF; }
a { background-color: rgb(188,50,175); }
div.DivClassName
{
background-color: #BC32AF;
}
.BgClassName
{
background-color: #BC32AF;
}
</style>
border-color css
<style>
span { border-color: #BC32AF; }
span { border-color: rgb(188,50,175); }
td.TdClassName
{
border-color: #BC32AF;
}
.TagClassName
{
border-color: #BC32AF;
}
</style>