Shades of Fuchsia #BE6EC0
Tints of Fuchsia #BE6EC0
RGB
CMYK
RGB Variations
Color information
#BE6EC0 (or 0xBE6EC0) is known color: Fuchsia. HEX triplet: BE, 6E and C0. RGB value is (190,110,192). Sum of RGB (Red+Green+Blue) = 190+110+192=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE6EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6EC0 is #41913F. Grayscale: #8F8F8F. Windows color (decimal): -4297024 or 12611262. OLE color: 12611262.
HSL color Cylindrical-coordinate representation of color #BE6EC0: hue angle of 298.54º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6EC0 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 192 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.25 |
| HSL | 298.54º | 0.39% | 0.59% | - |
| HSV(B) | 298.54º | 0.43% | 0.75% | - |
| XYZ | 36.33 | 25.9 | 52.95 | - |
| YUV | 143.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 192 | 0.01 | 0.43 | 0 | 0.25 | 298.54 | 0.39 | 0.59 |
| Hex | BE | 6E | C0 | 1 | 2B | 0 | 19 | 12B | 27 | 3B |
| Octal | 276 | 156 | 300 | 1 | 53 | 0 | 31 | 453 | 47 | 73 |
| Binary | 10111110 | 1101110 | 11000000 | 1 | 101011 | 0 | 11001 | 100101011 | 100111 | 111011 |
Color Harmonies of #BE6EC0
Complementary color
Monochromatic Colors of #BE6EC0
Black with #BE6EC0
Text Example
Text Example
White with #BE6EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6EC0; }
p { color: rgb(190,110,192); }
H1.HeaderClassName
{
color: #BE6EC0;
}
.AnyTagClassName
{
color: #BE6EC0;
}
</style>
background-color css
<style>
a { background-color: #BE6EC0; }
a { background-color: rgb(190,110,192); }
div.DivClassName
{
background-color: #BE6EC0;
}
.BgClassName
{
background-color: #BE6EC0;
}
</style>
border-color css
<style>
span { border-color: #BE6EC0; }
span { border-color: rgb(190,110,192); }
td.TdClassName
{
border-color: #BE6EC0;
}
.TagClassName
{
border-color: #BE6EC0;
}
</style>