Shades of Fuchsia #BC40B3
Tints of Fuchsia #BC40B3
RGB
CMYK
RGB Variations
Color information
#BC40B3 (or 0xBC40B3) is known color: Fuchsia. HEX triplet: BC, 40 and B3. RGB value is (188,64,179). Sum of RGB (Red+Green+Blue) = 188+64+179=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40B3 is #43BF4C. Grayscale: #717171. Windows color (decimal): -4439885 or 11747516. OLE color: 11747516.
HSL color Cylindrical-coordinate representation of color #BC40B3: hue angle of 304.35º 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 #BC40B3 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 179 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.26 |
| HSL | 304.35º | 0.49% | 0.49% | - |
| HSV(B) | 304.35º | 0.66% | 0.74% | - |
| XYZ | 30.71 | 17.61 | 44.43 | - |
| YUV | 114.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 179 | 0 | 0.66 | 0.05 | 0.26 | 304.35 | 0.49 | 0.49 |
| Hex | BC | 40 | B3 | 0 | 42 | 5 | 1A | 130 | 31 | 31 |
| Octal | 274 | 100 | 263 | 0 | 102 | 5 | 32 | 460 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10110011 | 0 | 1000010 | 101 | 11010 | 100110000 | 110001 | 110001 |
Color Harmonies of #BC40B3
Complementary color
Monochromatic Colors of #BC40B3
Black with #BC40B3
Text Example
Text Example
White with #BC40B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40B3; }
p { color: rgb(188,64,179); }
H1.HeaderClassName
{
color: #BC40B3;
}
.AnyTagClassName
{
color: #BC40B3;
}
</style>
background-color css
<style>
a { background-color: #BC40B3; }
a { background-color: rgb(188,64,179); }
div.DivClassName
{
background-color: #BC40B3;
}
.BgClassName
{
background-color: #BC40B3;
}
</style>
border-color css
<style>
span { border-color: #BC40B3; }
span { border-color: rgb(188,64,179); }
td.TdClassName
{
border-color: #BC40B3;
}
.TagClassName
{
border-color: #BC40B3;
}
</style>