Shades of Fuchsia #BC38CA
Tints of Fuchsia #BC38CA
RGB
CMYK
RGB Variations
Color information
#BC38CA (or 0xBC38CA) is known color: Fuchsia. HEX triplet: BC, 38 and CA. RGB value is (188,56,202). Sum of RGB (Red+Green+Blue) = 188+56+202=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC38CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38CA is #43C735. Grayscale: #6F6F6F. Windows color (decimal): -4441910 or 13252796. OLE color: 13252796.
HSL color Cylindrical-coordinate representation of color #BC38CA: hue angle of 294.25º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC38CA is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 56 | 202 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.21 |
| HSL | 294.25º | 0.58% | 0.51% | - |
| HSV(B) | 294.25º | 0.72% | 0.79% | - |
| XYZ | 32.81 | 17.78 | 57.58 | - |
| YUV | 112.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 202 | 0.07 | 0.72 | 0 | 0.21 | 294.25 | 0.58 | 0.51 |
| Hex | BC | 38 | CA | 7 | 48 | 0 | 15 | 126 | 3A | 33 |
| Octal | 274 | 70 | 312 | 7 | 110 | 0 | 25 | 446 | 72 | 63 |
| Binary | 10111100 | 111000 | 11001010 | 111 | 1001000 | 0 | 10101 | 100100110 | 111010 | 110011 |
Color Harmonies of #BC38CA
Complementary color
Monochromatic Colors of #BC38CA
Black with #BC38CA
Text Example
Text Example
White with #BC38CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC38CA; }
p { color: rgb(188,56,202); }
H1.HeaderClassName
{
color: #BC38CA;
}
.AnyTagClassName
{
color: #BC38CA;
}
</style>
background-color css
<style>
a { background-color: #BC38CA; }
a { background-color: rgb(188,56,202); }
div.DivClassName
{
background-color: #BC38CA;
}
.BgClassName
{
background-color: #BC38CA;
}
</style>
border-color css
<style>
span { border-color: #BC38CA; }
span { border-color: rgb(188,56,202); }
td.TdClassName
{
border-color: #BC38CA;
}
.TagClassName
{
border-color: #BC38CA;
}
</style>