Shades of Fuchsia #BE40B7
Tints of Fuchsia #BE40B7
RGB
CMYK
RGB Variations
Color information
#BE40B7 (or 0xBE40B7) is known color: Fuchsia. HEX triplet: BE, 40 and B7. RGB value is (190,64,183). Sum of RGB (Red+Green+Blue) = 190+64+183=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40B7 is #41BF48. Grayscale: #727272. Windows color (decimal): -4308809 or 12009662. OLE color: 12009662.
HSL color Cylindrical-coordinate representation of color #BE40B7: hue angle of 303.33º 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 #BE40B7 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 183 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.25 |
| HSL | 303.33º | 0.5% | 0.5% | - |
| HSV(B) | 303.33º | 0.66% | 0.75% | - |
| XYZ | 31.62 | 18.03 | 46.61 | - |
| YUV | 115.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 183 | 0 | 0.66 | 0.04 | 0.25 | 303.33 | 0.5 | 0.5 |
| Hex | BE | 40 | B7 | 0 | 42 | 4 | 19 | 12F | 32 | 32 |
| Octal | 276 | 100 | 267 | 0 | 102 | 4 | 31 | 457 | 62 | 62 |
| Binary | 10111110 | 1000000 | 10110111 | 0 | 1000010 | 100 | 11001 | 100101111 | 110010 | 110010 |
Color Harmonies of #BE40B7
Complementary color
Monochromatic Colors of #BE40B7
Black with #BE40B7
Text Example
Text Example
White with #BE40B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40B7; }
p { color: rgb(190,64,183); }
H1.HeaderClassName
{
color: #BE40B7;
}
.AnyTagClassName
{
color: #BE40B7;
}
</style>
background-color css
<style>
a { background-color: #BE40B7; }
a { background-color: rgb(190,64,183); }
div.DivClassName
{
background-color: #BE40B7;
}
.BgClassName
{
background-color: #BE40B7;
}
</style>
border-color css
<style>
span { border-color: #BE40B7; }
span { border-color: rgb(190,64,183); }
td.TdClassName
{
border-color: #BE40B7;
}
.TagClassName
{
border-color: #BE40B7;
}
</style>