Shades of Fuchsia #BE44A8
Tints of Fuchsia #BE44A8
RGB
CMYK
RGB Variations
Color information
#BE44A8 (or 0xBE44A8) is known color: Fuchsia. HEX triplet: BE, 44 and A8. RGB value is (190,68,168). Sum of RGB (Red+Green+Blue) = 190+68+168=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE44A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE44A8 is #41BB57. Grayscale: #737373. Windows color (decimal): -4307800 or 11027646. OLE color: 11027646.
HSL color Cylindrical-coordinate representation of color #BE44A8: hue angle of 310.82º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE44A8 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 168 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.25 |
| HSL | 310.82º | 0.48% | 0.51% | - |
| HSV(B) | 310.82º | 0.64% | 0.75% | - |
| XYZ | 30.37 | 17.91 | 38.9 | - |
| YUV | 115.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 168 | 0 | 0.64 | 0.12 | 0.25 | 310.82 | 0.48 | 0.51 |
| Hex | BE | 44 | A8 | 0 | 40 | C | 19 | 137 | 30 | 33 |
| Octal | 276 | 104 | 250 | 0 | 100 | 14 | 31 | 467 | 60 | 63 |
| Binary | 10111110 | 1000100 | 10101000 | 0 | 1000000 | 1100 | 11001 | 100110111 | 110000 | 110011 |
Color Harmonies of #BE44A8
Complementary color
Monochromatic Colors of #BE44A8
Black with #BE44A8
Text Example
Text Example
White with #BE44A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE44A8; }
p { color: rgb(190,68,168); }
H1.HeaderClassName
{
color: #BE44A8;
}
.AnyTagClassName
{
color: #BE44A8;
}
</style>
background-color css
<style>
a { background-color: #BE44A8; }
a { background-color: rgb(190,68,168); }
div.DivClassName
{
background-color: #BE44A8;
}
.BgClassName
{
background-color: #BE44A8;
}
</style>
border-color css
<style>
span { border-color: #BE44A8; }
span { border-color: rgb(190,68,168); }
td.TdClassName
{
border-color: #BE44A8;
}
.TagClassName
{
border-color: #BE44A8;
}
</style>