Shades of Fuchsia #BE31C1
Tints of Fuchsia #BE31C1
RGB
CMYK
RGB Variations
Color information
#BE31C1 (or 0xBE31C1) is known color: Fuchsia. HEX triplet: BE, 31 and C1. RGB value is (190,49,193). Sum of RGB (Red+Green+Blue) = 190+49+193=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE31C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE31C1 is #41CE3E. Grayscale: #6B6B6B. Windows color (decimal): -4312639 or 12661182. OLE color: 12661182.
HSL color Cylindrical-coordinate representation of color #BE31C1: hue angle of 298.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE31C1 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 49 | 193 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.24 |
| HSL | 298.75º | 0.6% | 0.47% | - |
| HSV(B) | 298.75º | 0.75% | 0.76% | - |
| XYZ | 31.96 | 16.99 | 52.05 | - |
| YUV | 107.58 | 176.21 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 49 | 193 | 0.02 | 0.75 | 0 | 0.24 | 298.75 | 0.6 | 0.47 |
| Hex | BE | 31 | C1 | 2 | 4B | 0 | 18 | 12B | 3C | 2F |
| Octal | 276 | 61 | 301 | 2 | 113 | 0 | 30 | 453 | 74 | 57 |
| Binary | 10111110 | 110001 | 11000001 | 10 | 1001011 | 0 | 11000 | 100101011 | 111100 | 101111 |
Color Harmonies of #BE31C1
Complementary color
Monochromatic Colors of #BE31C1
Black with #BE31C1
Text Example
Text Example
White with #BE31C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE31C1; }
p { color: rgb(190,49,193); }
H1.HeaderClassName
{
color: #BE31C1;
}
.AnyTagClassName
{
color: #BE31C1;
}
</style>
background-color css
<style>
a { background-color: #BE31C1; }
a { background-color: rgb(190,49,193); }
div.DivClassName
{
background-color: #BE31C1;
}
.BgClassName
{
background-color: #BE31C1;
}
</style>
border-color css
<style>
span { border-color: #BE31C1; }
span { border-color: rgb(190,49,193); }
td.TdClassName
{
border-color: #BE31C1;
}
.TagClassName
{
border-color: #BE31C1;
}
</style>