Shades of Fuchsia #BE4FBD
Tints of Fuchsia #BE4FBD
RGB
CMYK
RGB Variations
Color information
#BE4FBD (or 0xBE4FBD) is known color: Fuchsia. HEX triplet: BE, 4F and BD. RGB value is (190,79,189). Sum of RGB (Red+Green+Blue) = 190+79+189=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4FBD is #41B042. Grayscale: #7C7C7C. Windows color (decimal): -4304963 or 12406718. OLE color: 12406718.
HSL color Cylindrical-coordinate representation of color #BE4FBD: 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.58%. Process color model (Four color, CMYK) of #BE4FBD is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 79 | 189 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.25 |
| HSL | 300.54º | 0.46% | 0.53% | - |
| HSV(B) | 300.54º | 0.58% | 0.75% | - |
| XYZ | 33.22 | 20.21 | 50.29 | - |
| YUV | 124.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 79 | 189 | 0 | 0.58 | 0.01 | 0.25 | 300.54 | 0.46 | 0.53 |
| Hex | BE | 4F | BD | 0 | 3A | 1 | 19 | 12D | 2E | 35 |
| Octal | 276 | 117 | 275 | 0 | 72 | 1 | 31 | 455 | 56 | 65 |
| Binary | 10111110 | 1001111 | 10111101 | 0 | 111010 | 1 | 11001 | 100101101 | 101110 | 110101 |
Color Harmonies of #BE4FBD
Complementary color
Monochromatic Colors of #BE4FBD
Black with #BE4FBD
Text Example
Text Example
White with #BE4FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4FBD; }
p { color: rgb(190,79,189); }
H1.HeaderClassName
{
color: #BE4FBD;
}
.AnyTagClassName
{
color: #BE4FBD;
}
</style>
background-color css
<style>
a { background-color: #BE4FBD; }
a { background-color: rgb(190,79,189); }
div.DivClassName
{
background-color: #BE4FBD;
}
.BgClassName
{
background-color: #BE4FBD;
}
</style>
border-color css
<style>
span { border-color: #BE4FBD; }
span { border-color: rgb(190,79,189); }
td.TdClassName
{
border-color: #BE4FBD;
}
.TagClassName
{
border-color: #BE4FBD;
}
</style>