Shades of Fuchsia #BC40B1
Tints of Fuchsia #BC40B1
RGB
CMYK
RGB Variations
Color information
#BC40B1 (or 0xBC40B1) is known color: Fuchsia. HEX triplet: BC, 40 and B1. RGB value is (188,64,177). Sum of RGB (Red+Green+Blue) = 188+64+177=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC40B1 is #43BF4E. Grayscale: #717171. Windows color (decimal): -4439887 or 11616444. OLE color: 11616444.
HSL color Cylindrical-coordinate representation of color #BC40B1: hue angle of 305.32º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC40B1 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 177 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.26 |
| HSL | 305.32º | 0.49% | 0.49% | - |
| HSV(B) | 305.32º | 0.66% | 0.74% | - |
| XYZ | 30.51 | 17.53 | 43.37 | - |
| YUV | 113.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 177 | 0 | 0.66 | 0.06 | 0.26 | 305.32 | 0.49 | 0.49 |
| Hex | BC | 40 | B1 | 0 | 42 | 6 | 1A | 131 | 31 | 31 |
| Octal | 274 | 100 | 261 | 0 | 102 | 6 | 32 | 461 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10110001 | 0 | 1000010 | 110 | 11010 | 100110001 | 110001 | 110001 |
Color Harmonies of #BC40B1
Complementary color
Monochromatic Colors of #BC40B1
Black with #BC40B1
Text Example
Text Example
White with #BC40B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40B1; }
p { color: rgb(188,64,177); }
H1.HeaderClassName
{
color: #BC40B1;
}
.AnyTagClassName
{
color: #BC40B1;
}
</style>
background-color css
<style>
a { background-color: #BC40B1; }
a { background-color: rgb(188,64,177); }
div.DivClassName
{
background-color: #BC40B1;
}
.BgClassName
{
background-color: #BC40B1;
}
</style>
border-color css
<style>
span { border-color: #BC40B1; }
span { border-color: rgb(188,64,177); }
td.TdClassName
{
border-color: #BC40B1;
}
.TagClassName
{
border-color: #BC40B1;
}
</style>