Shades of Fuchsia #BE31C2
Tints of Fuchsia #BE31C2
RGB
CMYK
RGB Variations
Color information
#BE31C2 (or 0xBE31C2) is known color: Fuchsia. HEX triplet: BE, 31 and C2. RGB value is (190,49,194). Sum of RGB (Red+Green+Blue) = 190+49+194=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE31C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE31C2 is #41CE3D. Grayscale: #6B6B6B. Windows color (decimal): -4312638 or 12726718. OLE color: 12726718.
HSL color Cylindrical-coordinate representation of color #BE31C2: hue angle of 298.34º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE31C2 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 49 | 194 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.24 |
| HSL | 298.34º | 0.6% | 0.48% | - |
| HSV(B) | 298.34º | 0.75% | 0.76% | - |
| XYZ | 32.07 | 17.04 | 52.64 | - |
| YUV | 107.69 | 176.71 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 49 | 194 | 0.02 | 0.75 | 0 | 0.24 | 298.34 | 0.6 | 0.48 |
| Hex | BE | 31 | C2 | 2 | 4B | 0 | 18 | 12A | 3C | 30 |
| Octal | 276 | 61 | 302 | 2 | 113 | 0 | 30 | 452 | 74 | 60 |
| Binary | 10111110 | 110001 | 11000010 | 10 | 1001011 | 0 | 11000 | 100101010 | 111100 | 110000 |
Color Harmonies of #BE31C2
Complementary color
Monochromatic Colors of #BE31C2
Black with #BE31C2
Text Example
Text Example
White with #BE31C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE31C2; }
p { color: rgb(190,49,194); }
H1.HeaderClassName
{
color: #BE31C2;
}
.AnyTagClassName
{
color: #BE31C2;
}
</style>
background-color css
<style>
a { background-color: #BE31C2; }
a { background-color: rgb(190,49,194); }
div.DivClassName
{
background-color: #BE31C2;
}
.BgClassName
{
background-color: #BE31C2;
}
</style>
border-color css
<style>
span { border-color: #BE31C2; }
span { border-color: rgb(190,49,194); }
td.TdClassName
{
border-color: #BE31C2;
}
.TagClassName
{
border-color: #BE31C2;
}
</style>