Shades of Fuchsia #BC3CAF
Tints of Fuchsia #BC3CAF
RGB
CMYK
RGB Variations
Color information
#BC3CAF (or 0xBC3CAF) is known color: Fuchsia. HEX triplet: BC, 3C and AF. RGB value is (188,60,175). Sum of RGB (Red+Green+Blue) = 188+60+175=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3CAF is #43C350. Grayscale: #6F6F6F. Windows color (decimal): -4440913 or 11484348. OLE color: 11484348.
HSL color Cylindrical-coordinate representation of color #BC3CAF: hue angle of 306.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3CAF is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 175 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.26 |
| HSL | 306.09º | 0.52% | 0.49% | - |
| HSV(B) | 306.09º | 0.68% | 0.74% | - |
| XYZ | 30.09 | 17.02 | 42.26 | - |
| YUV | 111.38 | 163.91 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 175 | 0 | 0.68 | 0.07 | 0.26 | 306.09 | 0.52 | 0.49 |
| Hex | BC | 3C | AF | 0 | 44 | 7 | 1A | 132 | 34 | 31 |
| Octal | 274 | 74 | 257 | 0 | 104 | 7 | 32 | 462 | 64 | 61 |
| Binary | 10111100 | 111100 | 10101111 | 0 | 1000100 | 111 | 11010 | 100110010 | 110100 | 110001 |
Color Harmonies of #BC3CAF
Complementary color
Monochromatic Colors of #BC3CAF
Black with #BC3CAF
Text Example
Text Example
White with #BC3CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CAF; }
p { color: rgb(188,60,175); }
H1.HeaderClassName
{
color: #BC3CAF;
}
.AnyTagClassName
{
color: #BC3CAF;
}
</style>
background-color css
<style>
a { background-color: #BC3CAF; }
a { background-color: rgb(188,60,175); }
div.DivClassName
{
background-color: #BC3CAF;
}
.BgClassName
{
background-color: #BC3CAF;
}
</style>
border-color css
<style>
span { border-color: #BC3CAF; }
span { border-color: rgb(188,60,175); }
td.TdClassName
{
border-color: #BC3CAF;
}
.TagClassName
{
border-color: #BC3CAF;
}
</style>