Shades of Fuchsia #BE40B5
Tints of Fuchsia #BE40B5
RGB
CMYK
RGB Variations
Color information
#BE40B5 (or 0xBE40B5) is known color: Fuchsia. HEX triplet: BE, 40 and B5. RGB value is (190,64,181). Sum of RGB (Red+Green+Blue) = 190+64+181=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40B5 is #41BF4A. Grayscale: #727272. Windows color (decimal): -4308811 or 11878590. OLE color: 11878590.
HSL color Cylindrical-coordinate representation of color #BE40B5: hue angle of 304.29º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE40B5 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 181 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.25 |
| HSL | 304.29º | 0.5% | 0.5% | - |
| HSV(B) | 304.29º | 0.66% | 0.75% | - |
| XYZ | 31.41 | 17.95 | 45.53 | - |
| YUV | 115.01 | 165.24 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 181 | 0 | 0.66 | 0.05 | 0.25 | 304.29 | 0.5 | 0.5 |
| Hex | BE | 40 | B5 | 0 | 42 | 5 | 19 | 130 | 32 | 32 |
| Octal | 276 | 100 | 265 | 0 | 102 | 5 | 31 | 460 | 62 | 62 |
| Binary | 10111110 | 1000000 | 10110101 | 0 | 1000010 | 101 | 11001 | 100110000 | 110010 | 110010 |
Color Harmonies of #BE40B5
Complementary color
Monochromatic Colors of #BE40B5
Black with #BE40B5
Text Example
Text Example
White with #BE40B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40B5; }
p { color: rgb(190,64,181); }
H1.HeaderClassName
{
color: #BE40B5;
}
.AnyTagClassName
{
color: #BE40B5;
}
</style>
background-color css
<style>
a { background-color: #BE40B5; }
a { background-color: rgb(190,64,181); }
div.DivClassName
{
background-color: #BE40B5;
}
.BgClassName
{
background-color: #BE40B5;
}
</style>
border-color css
<style>
span { border-color: #BE40B5; }
span { border-color: rgb(190,64,181); }
td.TdClassName
{
border-color: #BE40B5;
}
.TagClassName
{
border-color: #BE40B5;
}
</style>