Shades of Fuchsia #BE31C0
Tints of Fuchsia #BE31C0
RGB
CMYK
RGB Variations
Color information
#BE31C0 (or 0xBE31C0) is known color: Fuchsia. HEX triplet: BE, 31 and C0. RGB value is (190,49,192). Sum of RGB (Red+Green+Blue) = 190+49+192=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE31C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE31C0 is #41CE3F. Grayscale: #6B6B6B. Windows color (decimal): -4312640 or 12595646. OLE color: 12595646.
HSL color Cylindrical-coordinate representation of color #BE31C0: hue angle of 299.16º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE31C0 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 49 | 192 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.25 |
| HSL | 299.16º | 0.59% | 0.47% | - |
| HSV(B) | 299.16º | 0.74% | 0.75% | - |
| XYZ | 31.85 | 16.95 | 51.46 | - |
| YUV | 107.46 | 175.71 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 49 | 192 | 0.01 | 0.74 | 0 | 0.25 | 299.16 | 0.59 | 0.47 |
| Hex | BE | 31 | C0 | 1 | 4A | 0 | 19 | 12B | 3B | 2F |
| Octal | 276 | 61 | 300 | 1 | 112 | 0 | 31 | 453 | 73 | 57 |
| Binary | 10111110 | 110001 | 11000000 | 1 | 1001010 | 0 | 11001 | 100101011 | 111011 | 101111 |
Color Harmonies of #BE31C0
Complementary color
Monochromatic Colors of #BE31C0
Black with #BE31C0
Text Example
Text Example
White with #BE31C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE31C0; }
p { color: rgb(190,49,192); }
H1.HeaderClassName
{
color: #BE31C0;
}
.AnyTagClassName
{
color: #BE31C0;
}
</style>
background-color css
<style>
a { background-color: #BE31C0; }
a { background-color: rgb(190,49,192); }
div.DivClassName
{
background-color: #BE31C0;
}
.BgClassName
{
background-color: #BE31C0;
}
</style>
border-color css
<style>
span { border-color: #BE31C0; }
span { border-color: rgb(190,49,192); }
td.TdClassName
{
border-color: #BE31C0;
}
.TagClassName
{
border-color: #BE31C0;
}
</style>