Shades of Fuchsia #BE6EC6
Tints of Fuchsia #BE6EC6
RGB
CMYK
RGB Variations
Color information
#BE6EC6 (or 0xBE6EC6) is known color: Fuchsia. HEX triplet: BE, 6E and C6. RGB value is (190,110,198). Sum of RGB (Red+Green+Blue) = 190+110+198=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE6EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6EC6 is #419139. Grayscale: #8F8F8F. Windows color (decimal): -4297018 or 13004478. OLE color: 13004478.
HSL color Cylindrical-coordinate representation of color #BE6EC6: hue angle of 294.55º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6EC6 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 110 | 198 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.22 |
| HSL | 294.55º | 0.44% | 0.6% | - |
| HSV(B) | 294.55º | 0.44% | 0.78% | - |
| XYZ | 37 | 26.18 | 56.53 | - |
| YUV | 143.95 | 158.5 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 198 | 0.04 | 0.44 | 0 | 0.22 | 294.55 | 0.44 | 0.6 |
| Hex | BE | 6E | C6 | 4 | 2C | 0 | 16 | 127 | 2C | 3C |
| Octal | 276 | 156 | 306 | 4 | 54 | 0 | 26 | 447 | 54 | 74 |
| Binary | 10111110 | 1101110 | 11000110 | 100 | 101100 | 0 | 10110 | 100100111 | 101100 | 111100 |
Color Harmonies of #BE6EC6
Complementary color
Monochromatic Colors of #BE6EC6
Black with #BE6EC6
Text Example
Text Example
White with #BE6EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6EC6; }
p { color: rgb(190,110,198); }
H1.HeaderClassName
{
color: #BE6EC6;
}
.AnyTagClassName
{
color: #BE6EC6;
}
</style>
background-color css
<style>
a { background-color: #BE6EC6; }
a { background-color: rgb(190,110,198); }
div.DivClassName
{
background-color: #BE6EC6;
}
.BgClassName
{
background-color: #BE6EC6;
}
</style>
border-color css
<style>
span { border-color: #BE6EC6; }
span { border-color: rgb(190,110,198); }
td.TdClassName
{
border-color: #BE6EC6;
}
.TagClassName
{
border-color: #BE6EC6;
}
</style>