Shades of Fuchsia #BE62C0
Tints of Fuchsia #BE62C0
RGB
CMYK
RGB Variations
Color information
#BE62C0 (or 0xBE62C0) is known color: Fuchsia. HEX triplet: BE, 62 and C0. RGB value is (190,98,192). Sum of RGB (Red+Green+Blue) = 190+98+192=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE62C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62C0 is #419D3F. Grayscale: #878787. Windows color (decimal): -4300096 or 12608190. OLE color: 12608190.
HSL color Cylindrical-coordinate representation of color #BE62C0: hue angle of 298.72º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE62C0 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 98 | 192 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.25 |
| HSL | 298.72º | 0.43% | 0.57% | - |
| HSV(B) | 298.72º | 0.49% | 0.75% | - |
| XYZ | 35.12 | 23.49 | 52.55 | - |
| YUV | 136.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 192 | 0.01 | 0.49 | 0 | 0.25 | 298.72 | 0.43 | 0.57 |
| Hex | BE | 62 | C0 | 1 | 31 | 0 | 19 | 12B | 2B | 39 |
| Octal | 276 | 142 | 300 | 1 | 61 | 0 | 31 | 453 | 53 | 71 |
| Binary | 10111110 | 1100010 | 11000000 | 1 | 110001 | 0 | 11001 | 100101011 | 101011 | 111001 |
Color Harmonies of #BE62C0
Complementary color
Monochromatic Colors of #BE62C0
Black with #BE62C0
Text Example
Text Example
White with #BE62C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE62C0; }
p { color: rgb(190,98,192); }
H1.HeaderClassName
{
color: #BE62C0;
}
.AnyTagClassName
{
color: #BE62C0;
}
</style>
background-color css
<style>
a { background-color: #BE62C0; }
a { background-color: rgb(190,98,192); }
div.DivClassName
{
background-color: #BE62C0;
}
.BgClassName
{
background-color: #BE62C0;
}
</style>
border-color css
<style>
span { border-color: #BE62C0; }
span { border-color: rgb(190,98,192); }
td.TdClassName
{
border-color: #BE62C0;
}
.TagClassName
{
border-color: #BE62C0;
}
</style>