Shades of Fuchsia #BE62C8
Tints of Fuchsia #BE62C8
RGB
CMYK
RGB Variations
Color information
#BE62C8 (or 0xBE62C8) is known color: Fuchsia. HEX triplet: BE, 62 and C8. RGB value is (190,98,200). Sum of RGB (Red+Green+Blue) = 190+98+200=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE62C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62C8 is #419D37. Grayscale: #888888. Windows color (decimal): -4300088 or 13132478. OLE color: 13132478.
HSL color Cylindrical-coordinate representation of color #BE62C8: hue angle of 294.12º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE62C8 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 98 | 200 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.22 |
| HSL | 294.12º | 0.48% | 0.58% | - |
| HSV(B) | 294.12º | 0.51% | 0.78% | - |
| XYZ | 36.03 | 23.85 | 57.35 | - |
| YUV | 137.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 200 | 0.05 | 0.51 | 0 | 0.22 | 294.12 | 0.48 | 0.58 |
| Hex | BE | 62 | C8 | 5 | 33 | 0 | 16 | 126 | 30 | 3A |
| Octal | 276 | 142 | 310 | 5 | 63 | 0 | 26 | 446 | 60 | 72 |
| Binary | 10111110 | 1100010 | 11001000 | 101 | 110011 | 0 | 10110 | 100100110 | 110000 | 111010 |
Color Harmonies of #BE62C8
Complementary color
Monochromatic Colors of #BE62C8
Black with #BE62C8
Text Example
Text Example
White with #BE62C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE62C8; }
p { color: rgb(190,98,200); }
H1.HeaderClassName
{
color: #BE62C8;
}
.AnyTagClassName
{
color: #BE62C8;
}
</style>
background-color css
<style>
a { background-color: #BE62C8; }
a { background-color: rgb(190,98,200); }
div.DivClassName
{
background-color: #BE62C8;
}
.BgClassName
{
background-color: #BE62C8;
}
</style>
border-color css
<style>
span { border-color: #BE62C8; }
span { border-color: rgb(190,98,200); }
td.TdClassName
{
border-color: #BE62C8;
}
.TagClassName
{
border-color: #BE62C8;
}
</style>