Shades of Fuchsia #BE2EBF
Tints of Fuchsia #BE2EBF
RGB
CMYK
RGB Variations
Color information
#BE2EBF (or 0xBE2EBF) is known color: Fuchsia. HEX triplet: BE, 2E and BF. RGB value is (190,46,191). Sum of RGB (Red+Green+Blue) = 190+46+191=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE2EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2EBF is #41D140. Grayscale: #696969. Windows color (decimal): -4313409 or 12529342. OLE color: 12529342.
HSL color Cylindrical-coordinate representation of color #BE2EBF: hue angle of 299.59º 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 #BE2EBF is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 46 | 191 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.25 |
| HSL | 299.59º | 0.61% | 0.46% | - |
| HSV(B) | 299.59º | 0.76% | 0.75% | - |
| XYZ | 31.62 | 16.66 | 50.84 | - |
| YUV | 105.59 | 176.21 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 191 | 0.01 | 0.76 | 0 | 0.25 | 299.59 | 0.61 | 0.46 |
| Hex | BE | 2E | BF | 1 | 4C | 0 | 19 | 12C | 3D | 2E |
| Octal | 276 | 56 | 277 | 1 | 114 | 0 | 31 | 454 | 75 | 56 |
| Binary | 10111110 | 101110 | 10111111 | 1 | 1001100 | 0 | 11001 | 100101100 | 111101 | 101110 |
Color Harmonies of #BE2EBF
Complementary color
Monochromatic Colors of #BE2EBF
Black with #BE2EBF
Text Example
Text Example
White with #BE2EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2EBF; }
p { color: rgb(190,46,191); }
H1.HeaderClassName
{
color: #BE2EBF;
}
.AnyTagClassName
{
color: #BE2EBF;
}
</style>
background-color css
<style>
a { background-color: #BE2EBF; }
a { background-color: rgb(190,46,191); }
div.DivClassName
{
background-color: #BE2EBF;
}
.BgClassName
{
background-color: #BE2EBF;
}
</style>
border-color css
<style>
span { border-color: #BE2EBF; }
span { border-color: rgb(190,46,191); }
td.TdClassName
{
border-color: #BE2EBF;
}
.TagClassName
{
border-color: #BE2EBF;
}
</style>