Shades of Fuchsia #BE4EBD
Tints of Fuchsia #BE4EBD
RGB
CMYK
RGB Variations
Color information
#BE4EBD (or 0xBE4EBD) is known color: Fuchsia. HEX triplet: BE, 4E and BD. RGB value is (190,78,189). Sum of RGB (Red+Green+Blue) = 190+78+189=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EBD is #41B142. Grayscale: #7B7B7B. Windows color (decimal): -4305219 or 12406462. OLE color: 12406462.
HSL color Cylindrical-coordinate representation of color #BE4EBD: hue angle of 300.54º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4EBD is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 189 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.25 |
| HSL | 300.54º | 0.46% | 0.53% | - |
| HSV(B) | 300.54º | 0.59% | 0.75% | - |
| XYZ | 33.14 | 20.07 | 50.27 | - |
| YUV | 124.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 189 | 0 | 0.59 | 0.01 | 0.25 | 300.54 | 0.46 | 0.53 |
| Hex | BE | 4E | BD | 0 | 3B | 1 | 19 | 12D | 2E | 35 |
| Octal | 276 | 116 | 275 | 0 | 73 | 1 | 31 | 455 | 56 | 65 |
| Binary | 10111110 | 1001110 | 10111101 | 0 | 111011 | 1 | 11001 | 100101101 | 101110 | 110101 |
Color Harmonies of #BE4EBD
Complementary color
Monochromatic Colors of #BE4EBD
Black with #BE4EBD
Text Example
Text Example
White with #BE4EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EBD; }
p { color: rgb(190,78,189); }
H1.HeaderClassName
{
color: #BE4EBD;
}
.AnyTagClassName
{
color: #BE4EBD;
}
</style>
background-color css
<style>
a { background-color: #BE4EBD; }
a { background-color: rgb(190,78,189); }
div.DivClassName
{
background-color: #BE4EBD;
}
.BgClassName
{
background-color: #BE4EBD;
}
</style>
border-color css
<style>
span { border-color: #BE4EBD; }
span { border-color: rgb(190,78,189); }
td.TdClassName
{
border-color: #BE4EBD;
}
.TagClassName
{
border-color: #BE4EBD;
}
</style>