Shades of Fuchsia #BE2ABB
Tints of Fuchsia #BE2ABB
RGB
CMYK
RGB Variations
Color information
#BE2ABB (or 0xBE2ABB) is known color: Fuchsia. HEX triplet: BE, 2A and BB. RGB value is (190,42,187). Sum of RGB (Red+Green+Blue) = 190+42+187=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ABB is #41D544. Grayscale: #666666. Windows color (decimal): -4314437 or 12266174. OLE color: 12266174.
HSL color Cylindrical-coordinate representation of color #BE2ABB: hue angle of 301.22º degrees, saturation: 0.64, 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 #BE2ABB is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 187 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.25 |
| HSL | 301.22º | 0.64% | 0.45% | - |
| HSV(B) | 301.22º | 0.78% | 0.75% | - |
| XYZ | 31.03 | 16.19 | 48.5 | - |
| YUV | 102.78 | 175.53 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 187 | 0 | 0.78 | 0.02 | 0.25 | 301.22 | 0.64 | 0.45 |
| Hex | BE | 2A | BB | 0 | 4E | 2 | 19 | 12D | 40 | 2D |
| Octal | 276 | 52 | 273 | 0 | 116 | 2 | 31 | 455 | 100 | 55 |
| Binary | 10111110 | 101010 | 10111011 | 0 | 1001110 | 10 | 11001 | 100101101 | 1000000 | 101101 |
Color Harmonies of #BE2ABB
Complementary color
Monochromatic Colors of #BE2ABB
Black with #BE2ABB
Text Example
Text Example
White with #BE2ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2ABB; }
p { color: rgb(190,42,187); }
H1.HeaderClassName
{
color: #BE2ABB;
}
.AnyTagClassName
{
color: #BE2ABB;
}
</style>
background-color css
<style>
a { background-color: #BE2ABB; }
a { background-color: rgb(190,42,187); }
div.DivClassName
{
background-color: #BE2ABB;
}
.BgClassName
{
background-color: #BE2ABB;
}
</style>
border-color css
<style>
span { border-color: #BE2ABB; }
span { border-color: rgb(190,42,187); }
td.TdClassName
{
border-color: #BE2ABB;
}
.TagClassName
{
border-color: #BE2ABB;
}
</style>