Shades of Fuchsia #BC41CA
Tints of Fuchsia #BC41CA
RGB
CMYK
RGB Variations
Color information
#BC41CA (or 0xBC41CA) is known color: Fuchsia. HEX triplet: BC, 41 and CA. RGB value is (188,65,202). Sum of RGB (Red+Green+Blue) = 188+65+202=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC41CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41CA is #43BE35. Grayscale: #747474. Windows color (decimal): -4439606 or 13255100. OLE color: 13255100.
HSL color Cylindrical-coordinate representation of color #BC41CA: hue angle of 293.87º degrees, saturation: 0.56, 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 #BC41CA is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 65 | 202 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.21 |
| HSL | 293.87º | 0.56% | 0.52% | - |
| HSV(B) | 293.87º | 0.68% | 0.79% | - |
| XYZ | 33.29 | 18.74 | 57.74 | - |
| YUV | 117.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 202 | 0.07 | 0.68 | 0 | 0.21 | 293.87 | 0.56 | 0.52 |
| Hex | BC | 41 | CA | 7 | 44 | 0 | 15 | 126 | 38 | 34 |
| Octal | 274 | 101 | 312 | 7 | 104 | 0 | 25 | 446 | 70 | 64 |
| Binary | 10111100 | 1000001 | 11001010 | 111 | 1000100 | 0 | 10101 | 100100110 | 111000 | 110100 |
Color Harmonies of #BC41CA
Complementary color
Monochromatic Colors of #BC41CA
Black with #BC41CA
Text Example
Text Example
White with #BC41CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41CA; }
p { color: rgb(188,65,202); }
H1.HeaderClassName
{
color: #BC41CA;
}
.AnyTagClassName
{
color: #BC41CA;
}
</style>
background-color css
<style>
a { background-color: #BC41CA; }
a { background-color: rgb(188,65,202); }
div.DivClassName
{
background-color: #BC41CA;
}
.BgClassName
{
background-color: #BC41CA;
}
</style>
border-color css
<style>
span { border-color: #BC41CA; }
span { border-color: rgb(188,65,202); }
td.TdClassName
{
border-color: #BC41CA;
}
.TagClassName
{
border-color: #BC41CA;
}
</style>