Shades of Fuchsia #BC3CBE
Tints of Fuchsia #BC3CBE
RGB
CMYK
RGB Variations
Color information
#BC3CBE (or 0xBC3CBE) is known color: Fuchsia. HEX triplet: BC, 3C and BE. RGB value is (188,60,190). Sum of RGB (Red+Green+Blue) = 188+60+190=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC3CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CBE is #43C341. Grayscale: #707070. Windows color (decimal): -4440898 or 12467388. OLE color: 12467388.
HSL color Cylindrical-coordinate representation of color #BC3CBE: hue angle of 299.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3CBE is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 60 | 190 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.25 |
| HSL | 299.08º | 0.52% | 0.49% | - |
| HSV(B) | 299.08º | 0.68% | 0.75% | - |
| XYZ | 31.65 | 17.64 | 50.45 | - |
| YUV | 113.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 190 | 0.01 | 0.68 | 0 | 0.25 | 299.08 | 0.52 | 0.49 |
| Hex | BC | 3C | BE | 1 | 44 | 0 | 19 | 12B | 34 | 31 |
| Octal | 274 | 74 | 276 | 1 | 104 | 0 | 31 | 453 | 64 | 61 |
| Binary | 10111100 | 111100 | 10111110 | 1 | 1000100 | 0 | 11001 | 100101011 | 110100 | 110001 |
Color Harmonies of #BC3CBE
Complementary color
Monochromatic Colors of #BC3CBE
Black with #BC3CBE
Text Example
Text Example
White with #BC3CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CBE; }
p { color: rgb(188,60,190); }
H1.HeaderClassName
{
color: #BC3CBE;
}
.AnyTagClassName
{
color: #BC3CBE;
}
</style>
background-color css
<style>
a { background-color: #BC3CBE; }
a { background-color: rgb(188,60,190); }
div.DivClassName
{
background-color: #BC3CBE;
}
.BgClassName
{
background-color: #BC3CBE;
}
</style>
border-color css
<style>
span { border-color: #BC3CBE; }
span { border-color: rgb(188,60,190); }
td.TdClassName
{
border-color: #BC3CBE;
}
.TagClassName
{
border-color: #BC3CBE;
}
</style>