Shades of Fuchsia #BC36AF
Tints of Fuchsia #BC36AF
RGB
CMYK
RGB Variations
Color information
#BC36AF (or 0xBC36AF) is known color: Fuchsia. HEX triplet: BC, 36 and AF. RGB value is (188,54,175). Sum of RGB (Red+Green+Blue) = 188+54+175=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC36AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC36AF is #43C950. Grayscale: #6B6B6B. Windows color (decimal): -4442449 or 11482812. OLE color: 11482812.
HSL color Cylindrical-coordinate representation of color #BC36AF: hue angle of 305.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC36AF is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 175 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.26 |
| HSL | 305.82º | 0.55% | 0.47% | - |
| HSV(B) | 305.82º | 0.71% | 0.74% | - |
| XYZ | 29.8 | 16.42 | 42.16 | - |
| YUV | 107.86 | 165.89 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 175 | 0 | 0.71 | 0.07 | 0.26 | 305.82 | 0.55 | 0.47 |
| Hex | BC | 36 | AF | 0 | 47 | 7 | 1A | 132 | 37 | 2F |
| Octal | 274 | 66 | 257 | 0 | 107 | 7 | 32 | 462 | 67 | 57 |
| Binary | 10111100 | 110110 | 10101111 | 0 | 1000111 | 111 | 11010 | 100110010 | 110111 | 101111 |
Color Harmonies of #BC36AF
Complementary color
Monochromatic Colors of #BC36AF
Black with #BC36AF
Text Example
Text Example
White with #BC36AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36AF; }
p { color: rgb(188,54,175); }
H1.HeaderClassName
{
color: #BC36AF;
}
.AnyTagClassName
{
color: #BC36AF;
}
</style>
background-color css
<style>
a { background-color: #BC36AF; }
a { background-color: rgb(188,54,175); }
div.DivClassName
{
background-color: #BC36AF;
}
.BgClassName
{
background-color: #BC36AF;
}
</style>
border-color css
<style>
span { border-color: #BC36AF; }
span { border-color: rgb(188,54,175); }
td.TdClassName
{
border-color: #BC36AF;
}
.TagClassName
{
border-color: #BC36AF;
}
</style>