Shades of Fuchsia #BE40C5
Tints of Fuchsia #BE40C5
RGB
CMYK
RGB Variations
Color information
#BE40C5 (or 0xBE40C5) is known color: Fuchsia. HEX triplet: BE, 40 and C5. RGB value is (190,64,197). Sum of RGB (Red+Green+Blue) = 190+64+197=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE40C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40C5 is #41BF3A. Grayscale: #747474. Windows color (decimal): -4308795 or 12927166. OLE color: 12927166.
HSL color Cylindrical-coordinate representation of color #BE40C5: hue angle of 296.84º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE40C5 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 64 | 197 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.23 |
| HSL | 296.84º | 0.53% | 0.51% | - |
| HSV(B) | 296.84º | 0.68% | 0.77% | - |
| XYZ | 33.15 | 18.65 | 54.68 | - |
| YUV | 116.84 | 173.24 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 197 | 0.04 | 0.68 | 0 | 0.23 | 296.84 | 0.53 | 0.51 |
| Hex | BE | 40 | C5 | 4 | 44 | 0 | 17 | 129 | 35 | 33 |
| Octal | 276 | 100 | 305 | 4 | 104 | 0 | 27 | 451 | 65 | 63 |
| Binary | 10111110 | 1000000 | 11000101 | 100 | 1000100 | 0 | 10111 | 100101001 | 110101 | 110011 |
Color Harmonies of #BE40C5
Complementary color
Monochromatic Colors of #BE40C5
Black with #BE40C5
Text Example
Text Example
White with #BE40C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40C5; }
p { color: rgb(190,64,197); }
H1.HeaderClassName
{
color: #BE40C5;
}
.AnyTagClassName
{
color: #BE40C5;
}
</style>
background-color css
<style>
a { background-color: #BE40C5; }
a { background-color: rgb(190,64,197); }
div.DivClassName
{
background-color: #BE40C5;
}
.BgClassName
{
background-color: #BE40C5;
}
</style>
border-color css
<style>
span { border-color: #BE40C5; }
span { border-color: rgb(190,64,197); }
td.TdClassName
{
border-color: #BE40C5;
}
.TagClassName
{
border-color: #BE40C5;
}
</style>