Shades of Fuchsia #BE29BA
Tints of Fuchsia #BE29BA
RGB
CMYK
RGB Variations
Color information
#BE29BA (or 0xBE29BA) is known color: Fuchsia. HEX triplet: BE, 29 and BA. RGB value is (190,41,186). Sum of RGB (Red+Green+Blue) = 190+41+186=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE29BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE29BA is #41D645. Grayscale: #656565. Windows color (decimal): -4314694 or 12200382. OLE color: 12200382.
HSL color Cylindrical-coordinate representation of color #BE29BA: hue angle of 301.61º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE29BA is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 41 | 186 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.25 |
| HSL | 301.61º | 0.65% | 0.45% | - |
| HSV(B) | 301.61º | 0.78% | 0.75% | - |
| XYZ | 30.89 | 16.08 | 47.93 | - |
| YUV | 102.08 | 175.36 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 186 | 0 | 0.78 | 0.02 | 0.25 | 301.61 | 0.65 | 0.45 |
| Hex | BE | 29 | BA | 0 | 4E | 2 | 19 | 12E | 41 | 2D |
| Octal | 276 | 51 | 272 | 0 | 116 | 2 | 31 | 456 | 101 | 55 |
| Binary | 10111110 | 101001 | 10111010 | 0 | 1001110 | 10 | 11001 | 100101110 | 1000001 | 101101 |
Color Harmonies of #BE29BA
Complementary color
Monochromatic Colors of #BE29BA
Black with #BE29BA
Text Example
Text Example
White with #BE29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE29BA; }
p { color: rgb(190,41,186); }
H1.HeaderClassName
{
color: #BE29BA;
}
.AnyTagClassName
{
color: #BE29BA;
}
</style>
background-color css
<style>
a { background-color: #BE29BA; }
a { background-color: rgb(190,41,186); }
div.DivClassName
{
background-color: #BE29BA;
}
.BgClassName
{
background-color: #BE29BA;
}
</style>
border-color css
<style>
span { border-color: #BE29BA; }
span { border-color: rgb(190,41,186); }
td.TdClassName
{
border-color: #BE29BA;
}
.TagClassName
{
border-color: #BE29BA;
}
</style>