Shades of Fuchsia #BC40CA
Tints of Fuchsia #BC40CA
RGB
CMYK
RGB Variations
Color information
#BC40CA (or 0xBC40CA) is known color: Fuchsia. HEX triplet: BC, 40 and CA. RGB value is (188,64,202). Sum of RGB (Red+Green+Blue) = 188+64+202=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC40CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40CA is #43BF35. Grayscale: #747474. Windows color (decimal): -4439862 or 13254844. OLE color: 13254844.
HSL color Cylindrical-coordinate representation of color #BC40CA: hue angle of 293.91º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC40CA is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 64 | 202 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.21 |
| HSL | 293.91º | 0.57% | 0.52% | - |
| HSV(B) | 293.91º | 0.68% | 0.79% | - |
| XYZ | 33.23 | 18.62 | 57.72 | - |
| YUV | 116.81 | 176.08 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 202 | 0.07 | 0.68 | 0 | 0.21 | 293.91 | 0.57 | 0.52 |
| Hex | BC | 40 | CA | 7 | 44 | 0 | 15 | 126 | 39 | 34 |
| Octal | 274 | 100 | 312 | 7 | 104 | 0 | 25 | 446 | 71 | 64 |
| Binary | 10111100 | 1000000 | 11001010 | 111 | 1000100 | 0 | 10101 | 100100110 | 111001 | 110100 |
Color Harmonies of #BC40CA
Complementary color
Monochromatic Colors of #BC40CA
Black with #BC40CA
Text Example
Text Example
White with #BC40CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40CA; }
p { color: rgb(188,64,202); }
H1.HeaderClassName
{
color: #BC40CA;
}
.AnyTagClassName
{
color: #BC40CA;
}
</style>
background-color css
<style>
a { background-color: #BC40CA; }
a { background-color: rgb(188,64,202); }
div.DivClassName
{
background-color: #BC40CA;
}
.BgClassName
{
background-color: #BC40CA;
}
</style>
border-color css
<style>
span { border-color: #BC40CA; }
span { border-color: rgb(188,64,202); }
td.TdClassName
{
border-color: #BC40CA;
}
.TagClassName
{
border-color: #BC40CA;
}
</style>