Shades of Fuchsia #BC38C9
Tints of Fuchsia #BC38C9
RGB
CMYK
RGB Variations
Color information
#BC38C9 (or 0xBC38C9) is known color: Fuchsia. HEX triplet: BC, 38 and C9. RGB value is (188,56,201). Sum of RGB (Red+Green+Blue) = 188+56+201=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC38C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38C9 is #43C736. Grayscale: #6F6F6F. Windows color (decimal): -4441911 or 13187260. OLE color: 13187260.
HSL color Cylindrical-coordinate representation of color #BC38C9: hue angle of 294.62º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC38C9 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 56 | 201 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.21 |
| HSL | 294.62º | 0.57% | 0.5% | - |
| HSV(B) | 294.62º | 0.72% | 0.79% | - |
| XYZ | 32.7 | 17.74 | 56.96 | - |
| YUV | 112 | 178.23 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 201 | 0.06 | 0.72 | 0 | 0.21 | 294.62 | 0.57 | 0.5 |
| Hex | BC | 38 | C9 | 6 | 48 | 0 | 15 | 127 | 39 | 32 |
| Octal | 274 | 70 | 311 | 6 | 110 | 0 | 25 | 447 | 71 | 62 |
| Binary | 10111100 | 111000 | 11001001 | 110 | 1001000 | 0 | 10101 | 100100111 | 111001 | 110010 |
Color Harmonies of #BC38C9
Complementary color
Monochromatic Colors of #BC38C9
Black with #BC38C9
Text Example
Text Example
White with #BC38C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC38C9; }
p { color: rgb(188,56,201); }
H1.HeaderClassName
{
color: #BC38C9;
}
.AnyTagClassName
{
color: #BC38C9;
}
</style>
background-color css
<style>
a { background-color: #BC38C9; }
a { background-color: rgb(188,56,201); }
div.DivClassName
{
background-color: #BC38C9;
}
.BgClassName
{
background-color: #BC38C9;
}
</style>
border-color css
<style>
span { border-color: #BC38C9; }
span { border-color: rgb(188,56,201); }
td.TdClassName
{
border-color: #BC38C9;
}
.TagClassName
{
border-color: #BC38C9;
}
</style>