Shades of Fuchsia #BE3EBA
Tints of Fuchsia #BE3EBA
RGB
CMYK
RGB Variations
Color information
#BE3EBA (or 0xBE3EBA) is known color: Fuchsia. HEX triplet: BE, 3E and BA. RGB value is (190,62,186). Sum of RGB (Red+Green+Blue) = 190+62+186=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3EBA is #41C145. Grayscale: #727272. Windows color (decimal): -4309318 or 12205758. OLE color: 12205758.
HSL color Cylindrical-coordinate representation of color #BE3EBA: hue angle of 301.88º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3EBA is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 186 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.25 |
| HSL | 301.88º | 0.51% | 0.49% | - |
| HSV(B) | 301.88º | 0.67% | 0.75% | - |
| XYZ | 31.82 | 17.94 | 48.24 | - |
| YUV | 114.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 186 | 0 | 0.67 | 0.02 | 0.25 | 301.88 | 0.51 | 0.49 |
| Hex | BE | 3E | BA | 0 | 43 | 2 | 19 | 12E | 33 | 31 |
| Octal | 276 | 76 | 272 | 0 | 103 | 2 | 31 | 456 | 63 | 61 |
| Binary | 10111110 | 111110 | 10111010 | 0 | 1000011 | 10 | 11001 | 100101110 | 110011 | 110001 |
Color Harmonies of #BE3EBA
Complementary color
Monochromatic Colors of #BE3EBA
Black with #BE3EBA
Text Example
Text Example
White with #BE3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3EBA; }
p { color: rgb(190,62,186); }
H1.HeaderClassName
{
color: #BE3EBA;
}
.AnyTagClassName
{
color: #BE3EBA;
}
</style>
background-color css
<style>
a { background-color: #BE3EBA; }
a { background-color: rgb(190,62,186); }
div.DivClassName
{
background-color: #BE3EBA;
}
.BgClassName
{
background-color: #BE3EBA;
}
</style>
border-color css
<style>
span { border-color: #BE3EBA; }
span { border-color: rgb(190,62,186); }
td.TdClassName
{
border-color: #BE3EBA;
}
.TagClassName
{
border-color: #BE3EBA;
}
</style>