Shades of Fuchsia #BE29C2
Tints of Fuchsia #BE29C2
RGB
CMYK
RGB Variations
Color information
#BE29C2 (or 0xBE29C2) is known color: Fuchsia. HEX triplet: BE, 29 and C2. RGB value is (190,41,194). Sum of RGB (Red+Green+Blue) = 190+41+194=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 194 (76.17% from 255 or 45.65% from 425); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE29C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE29C2 is #41D63D. Grayscale: #666666. Windows color (decimal): -4314686 or 12724670. OLE color: 12724670.
HSL color Cylindrical-coordinate representation of color #BE29C2: hue angle of 298.43º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE29C2 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 41 | 194 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.24 |
| HSL | 298.43º | 0.65% | 0.46% | - |
| HSV(B) | 298.43º | 0.79% | 0.76% | - |
| XYZ | 31.77 | 16.43 | 52.54 | - |
| YUV | 102.99 | 179.36 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 194 | 0.02 | 0.79 | 0 | 0.24 | 298.43 | 0.65 | 0.46 |
| Hex | BE | 29 | C2 | 2 | 4F | 0 | 18 | 12A | 41 | 2E |
| Octal | 276 | 51 | 302 | 2 | 117 | 0 | 30 | 452 | 101 | 56 |
| Binary | 10111110 | 101001 | 11000010 | 10 | 1001111 | 0 | 11000 | 100101010 | 1000001 | 101110 |
Color Harmonies of #BE29C2
Complementary color
Monochromatic Colors of #BE29C2
Black with #BE29C2
Text Example
Text Example
White with #BE29C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE29C2; }
p { color: rgb(190,41,194); }
H1.HeaderClassName
{
color: #BE29C2;
}
.AnyTagClassName
{
color: #BE29C2;
}
</style>
background-color css
<style>
a { background-color: #BE29C2; }
a { background-color: rgb(190,41,194); }
div.DivClassName
{
background-color: #BE29C2;
}
.BgClassName
{
background-color: #BE29C2;
}
</style>
border-color css
<style>
span { border-color: #BE29C2; }
span { border-color: rgb(190,41,194); }
td.TdClassName
{
border-color: #BE29C2;
}
.TagClassName
{
border-color: #BE29C2;
}
</style>