Shades of Fuchsia #BE40B0
Tints of Fuchsia #BE40B0
RGB
CMYK
RGB Variations
Color information
#BE40B0 (or 0xBE40B0) is known color: Fuchsia. HEX triplet: BE, 40 and B0. RGB value is (190,64,176). Sum of RGB (Red+Green+Blue) = 190+64+176=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE40B0 is #41BF4F. Grayscale: #727272. Windows color (decimal): -4308816 or 11550910. OLE color: 11550910.
HSL color Cylindrical-coordinate representation of color #BE40B0: hue angle of 306.67º 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 #BE40B0 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 176 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.25 |
| HSL | 306.67º | 0.5% | 0.5% | - |
| HSV(B) | 306.67º | 0.66% | 0.75% | - |
| XYZ | 30.91 | 17.75 | 42.87 | - |
| YUV | 114.44 | 162.74 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 176 | 0 | 0.66 | 0.07 | 0.25 | 306.67 | 0.5 | 0.5 |
| Hex | BE | 40 | B0 | 0 | 42 | 7 | 19 | 133 | 32 | 32 |
| Octal | 276 | 100 | 260 | 0 | 102 | 7 | 31 | 463 | 62 | 62 |
| Binary | 10111110 | 1000000 | 10110000 | 0 | 1000010 | 111 | 11001 | 100110011 | 110010 | 110010 |
Color Harmonies of #BE40B0
Complementary color
Monochromatic Colors of #BE40B0
Black with #BE40B0
Text Example
Text Example
White with #BE40B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40B0; }
p { color: rgb(190,64,176); }
H1.HeaderClassName
{
color: #BE40B0;
}
.AnyTagClassName
{
color: #BE40B0;
}
</style>
background-color css
<style>
a { background-color: #BE40B0; }
a { background-color: rgb(190,64,176); }
div.DivClassName
{
background-color: #BE40B0;
}
.BgClassName
{
background-color: #BE40B0;
}
</style>
border-color css
<style>
span { border-color: #BE40B0; }
span { border-color: rgb(190,64,176); }
td.TdClassName
{
border-color: #BE40B0;
}
.TagClassName
{
border-color: #BE40B0;
}
</style>