Shades of Fuchsia #BE4FB1
Tints of Fuchsia #BE4FB1
RGB
CMYK
RGB Variations
Color information
#BE4FB1 (or 0xBE4FB1) is known color: Fuchsia. HEX triplet: BE, 4F and B1. RGB value is (190,79,177). Sum of RGB (Red+Green+Blue) = 190+79+177=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4FB1 is #41B04E. Grayscale: #7B7B7B. Windows color (decimal): -4304975 or 11620286. OLE color: 11620286.
HSL color Cylindrical-coordinate representation of color #BE4FB1: hue angle of 307.03º 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 #BE4FB1 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 79 | 177 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.25 |
| HSL | 307.03º | 0.46% | 0.53% | - |
| HSV(B) | 307.03º | 0.58% | 0.75% | - |
| XYZ | 31.97 | 19.71 | 43.72 | - |
| YUV | 123.36 | 158.27 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 79 | 177 | 0 | 0.58 | 0.07 | 0.25 | 307.03 | 0.46 | 0.53 |
| Hex | BE | 4F | B1 | 0 | 3A | 7 | 19 | 133 | 2E | 35 |
| Octal | 276 | 117 | 261 | 0 | 72 | 7 | 31 | 463 | 56 | 65 |
| Binary | 10111110 | 1001111 | 10110001 | 0 | 111010 | 111 | 11001 | 100110011 | 101110 | 110101 |
Color Harmonies of #BE4FB1
Complementary color
Monochromatic Colors of #BE4FB1
Black with #BE4FB1
Text Example
Text Example
White with #BE4FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4FB1; }
p { color: rgb(190,79,177); }
H1.HeaderClassName
{
color: #BE4FB1;
}
.AnyTagClassName
{
color: #BE4FB1;
}
</style>
background-color css
<style>
a { background-color: #BE4FB1; }
a { background-color: rgb(190,79,177); }
div.DivClassName
{
background-color: #BE4FB1;
}
.BgClassName
{
background-color: #BE4FB1;
}
</style>
border-color css
<style>
span { border-color: #BE4FB1; }
span { border-color: rgb(190,79,177); }
td.TdClassName
{
border-color: #BE4FB1;
}
.TagClassName
{
border-color: #BE4FB1;
}
</style>