Shades of Fuchsia #BC62C4
Tints of Fuchsia #BC62C4
RGB
CMYK
RGB Variations
Color information
#BC62C4 (or 0xBC62C4) is known color: Fuchsia. HEX triplet: BC, 62 and C4. RGB value is (188,98,196). Sum of RGB (Red+Green+Blue) = 188+98+196=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC62C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62C4 is #439D3B. Grayscale: #878787. Windows color (decimal): -4431164 or 12870332. OLE color: 12870332.
HSL color Cylindrical-coordinate representation of color #BC62C4: hue angle of 295.1º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC62C4 is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 98 | 196 | - |
| CMYK | 0.04 | 0.5 | 0 | 0.23 |
| HSL | 295.1º | 0.45% | 0.58% | - |
| HSV(B) | 295.1º | 0.5% | 0.77% | - |
| XYZ | 35.07 | 23.41 | 54.9 | - |
| YUV | 136.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 196 | 0.04 | 0.5 | 0 | 0.23 | 295.1 | 0.45 | 0.58 |
| Hex | BC | 62 | C4 | 4 | 32 | 0 | 17 | 127 | 2D | 3A |
| Octal | 274 | 142 | 304 | 4 | 62 | 0 | 27 | 447 | 55 | 72 |
| Binary | 10111100 | 1100010 | 11000100 | 100 | 110010 | 0 | 10111 | 100100111 | 101101 | 111010 |
Color Harmonies of #BC62C4
Complementary color
Monochromatic Colors of #BC62C4
Black with #BC62C4
Text Example
Text Example
White with #BC62C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62C4; }
p { color: rgb(188,98,196); }
H1.HeaderClassName
{
color: #BC62C4;
}
.AnyTagClassName
{
color: #BC62C4;
}
</style>
background-color css
<style>
a { background-color: #BC62C4; }
a { background-color: rgb(188,98,196); }
div.DivClassName
{
background-color: #BC62C4;
}
.BgClassName
{
background-color: #BC62C4;
}
</style>
border-color css
<style>
span { border-color: #BC62C4; }
span { border-color: rgb(188,98,196); }
td.TdClassName
{
border-color: #BC62C4;
}
.TagClassName
{
border-color: #BC62C4;
}
</style>