Shades of Fuchsia #BE2BBA
Tints of Fuchsia #BE2BBA
RGB
CMYK
RGB Variations
Color information
#BE2BBA (or 0xBE2BBA) is known color: Fuchsia. HEX triplet: BE, 2B and BA. RGB value is (190,43,186). Sum of RGB (Red+Green+Blue) = 190+43+186=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2BBA is #41D445. Grayscale: #666666. Windows color (decimal): -4314182 or 12200894. OLE color: 12200894.
HSL color Cylindrical-coordinate representation of color #BE2BBA: hue angle of 301.63º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2BBA is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 43 | 186 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.25 |
| HSL | 301.63º | 0.63% | 0.46% | - |
| HSV(B) | 301.63º | 0.77% | 0.75% | - |
| XYZ | 30.96 | 16.22 | 47.95 | - |
| YUV | 103.26 | 174.7 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 43 | 186 | 0 | 0.77 | 0.02 | 0.25 | 301.63 | 0.63 | 0.46 |
| Hex | BE | 2B | BA | 0 | 4D | 2 | 19 | 12E | 3F | 2E |
| Octal | 276 | 53 | 272 | 0 | 115 | 2 | 31 | 456 | 77 | 56 |
| Binary | 10111110 | 101011 | 10111010 | 0 | 1001101 | 10 | 11001 | 100101110 | 111111 | 101110 |
Color Harmonies of #BE2BBA
Complementary color
Monochromatic Colors of #BE2BBA
Black with #BE2BBA
Text Example
Text Example
White with #BE2BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2BBA; }
p { color: rgb(190,43,186); }
H1.HeaderClassName
{
color: #BE2BBA;
}
.AnyTagClassName
{
color: #BE2BBA;
}
</style>
background-color css
<style>
a { background-color: #BE2BBA; }
a { background-color: rgb(190,43,186); }
div.DivClassName
{
background-color: #BE2BBA;
}
.BgClassName
{
background-color: #BE2BBA;
}
</style>
border-color css
<style>
span { border-color: #BE2BBA; }
span { border-color: rgb(190,43,186); }
td.TdClassName
{
border-color: #BE2BBA;
}
.TagClassName
{
border-color: #BE2BBA;
}
</style>