Shades of Fuchsia #BE41B2
Tints of Fuchsia #BE41B2
RGB
CMYK
RGB Variations
Color information
#BE41B2 (or 0xBE41B2) is known color: Fuchsia. HEX triplet: BE, 41 and B2. RGB value is (190,65,178). Sum of RGB (Red+Green+Blue) = 190+65+178=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE41B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE41B2 is #41BE4D. Grayscale: #727272. Windows color (decimal): -4308558 or 11682238. OLE color: 11682238.
HSL color Cylindrical-coordinate representation of color #BE41B2: hue angle of 305.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE41B2 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 178 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.25 |
| HSL | 305.76º | 0.49% | 0.5% | - |
| HSV(B) | 305.76º | 0.66% | 0.75% | - |
| XYZ | 31.16 | 17.94 | 43.94 | - |
| YUV | 115.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 178 | 0 | 0.66 | 0.06 | 0.25 | 305.76 | 0.49 | 0.5 |
| Hex | BE | 41 | B2 | 0 | 42 | 6 | 19 | 132 | 31 | 32 |
| Octal | 276 | 101 | 262 | 0 | 102 | 6 | 31 | 462 | 61 | 62 |
| Binary | 10111110 | 1000001 | 10110010 | 0 | 1000010 | 110 | 11001 | 100110010 | 110001 | 110010 |
Color Harmonies of #BE41B2
Complementary color
Monochromatic Colors of #BE41B2
Black with #BE41B2
Text Example
Text Example
White with #BE41B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE41B2; }
p { color: rgb(190,65,178); }
H1.HeaderClassName
{
color: #BE41B2;
}
.AnyTagClassName
{
color: #BE41B2;
}
</style>
background-color css
<style>
a { background-color: #BE41B2; }
a { background-color: rgb(190,65,178); }
div.DivClassName
{
background-color: #BE41B2;
}
.BgClassName
{
background-color: #BE41B2;
}
</style>
border-color css
<style>
span { border-color: #BE41B2; }
span { border-color: rgb(190,65,178); }
td.TdClassName
{
border-color: #BE41B2;
}
.TagClassName
{
border-color: #BE41B2;
}
</style>