Shades of Fuchsia #BE2EBA
Tints of Fuchsia #BE2EBA
RGB
CMYK
RGB Variations
Color information
#BE2EBA (or 0xBE2EBA) is known color: Fuchsia. HEX triplet: BE, 2E and BA. RGB value is (190,46,186). Sum of RGB (Red+Green+Blue) = 190+46+186=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2EBA is #41D145. Grayscale: #686868. Windows color (decimal): -4313414 or 12201662. OLE color: 12201662.
HSL color Cylindrical-coordinate representation of color #BE2EBA: hue angle of 301.67º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2EBA is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 46 | 186 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.25 |
| HSL | 301.67º | 0.61% | 0.46% | - |
| HSV(B) | 301.67º | 0.76% | 0.75% | - |
| XYZ | 31.08 | 16.45 | 47.99 | - |
| YUV | 105.02 | 173.71 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 186 | 0 | 0.76 | 0.02 | 0.25 | 301.67 | 0.61 | 0.46 |
| Hex | BE | 2E | BA | 0 | 4C | 2 | 19 | 12E | 3D | 2E |
| Octal | 276 | 56 | 272 | 0 | 114 | 2 | 31 | 456 | 75 | 56 |
| Binary | 10111110 | 101110 | 10111010 | 0 | 1001100 | 10 | 11001 | 100101110 | 111101 | 101110 |
Color Harmonies of #BE2EBA
Complementary color
Monochromatic Colors of #BE2EBA
Black with #BE2EBA
Text Example
Text Example
White with #BE2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2EBA; }
p { color: rgb(190,46,186); }
H1.HeaderClassName
{
color: #BE2EBA;
}
.AnyTagClassName
{
color: #BE2EBA;
}
</style>
background-color css
<style>
a { background-color: #BE2EBA; }
a { background-color: rgb(190,46,186); }
div.DivClassName
{
background-color: #BE2EBA;
}
.BgClassName
{
background-color: #BE2EBA;
}
</style>
border-color css
<style>
span { border-color: #BE2EBA; }
span { border-color: rgb(190,46,186); }
td.TdClassName
{
border-color: #BE2EBA;
}
.TagClassName
{
border-color: #BE2EBA;
}
</style>