Shades of Fuchsia #BE2DBA
Tints of Fuchsia #BE2DBA
RGB
CMYK
RGB Variations
Color information
#BE2DBA (or 0xBE2DBA) is known color: Fuchsia. HEX triplet: BE, 2D and BA. RGB value is (190,45,186). Sum of RGB (Red+Green+Blue) = 190+45+186=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DBA is #41D245. Grayscale: #686868. Windows color (decimal): -4313670 or 12201406. OLE color: 12201406.
HSL color Cylindrical-coordinate representation of color #BE2DBA: hue angle of 301.66º degrees, saturation: 0.62, 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 #BE2DBA is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 186 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.25 |
| HSL | 301.66º | 0.62% | 0.46% | - |
| HSV(B) | 301.66º | 0.76% | 0.75% | - |
| XYZ | 31.04 | 16.37 | 47.98 | - |
| YUV | 104.43 | 174.04 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 186 | 0 | 0.76 | 0.02 | 0.25 | 301.66 | 0.62 | 0.46 |
| Hex | BE | 2D | BA | 0 | 4C | 2 | 19 | 12E | 3E | 2E |
| Octal | 276 | 55 | 272 | 0 | 114 | 2 | 31 | 456 | 76 | 56 |
| Binary | 10111110 | 101101 | 10111010 | 0 | 1001100 | 10 | 11001 | 100101110 | 111110 | 101110 |
Color Harmonies of #BE2DBA
Complementary color
Monochromatic Colors of #BE2DBA
Black with #BE2DBA
Text Example
Text Example
White with #BE2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2DBA; }
p { color: rgb(190,45,186); }
H1.HeaderClassName
{
color: #BE2DBA;
}
.AnyTagClassName
{
color: #BE2DBA;
}
</style>
background-color css
<style>
a { background-color: #BE2DBA; }
a { background-color: rgb(190,45,186); }
div.DivClassName
{
background-color: #BE2DBA;
}
.BgClassName
{
background-color: #BE2DBA;
}
</style>
border-color css
<style>
span { border-color: #BE2DBA; }
span { border-color: rgb(190,45,186); }
td.TdClassName
{
border-color: #BE2DBA;
}
.TagClassName
{
border-color: #BE2DBA;
}
</style>