Shades of Fuchsia #BE44A6
Tints of Fuchsia #BE44A6
RGB
CMYK
RGB Variations
Color information
#BE44A6 (or 0xBE44A6) is known color: Fuchsia. HEX triplet: BE, 44 and A6. RGB value is (190,68,166). Sum of RGB (Red+Green+Blue) = 190+68+166=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE44A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE44A6 is #41BB59. Grayscale: #737373. Windows color (decimal): -4307802 or 10896574. OLE color: 10896574.
HSL color Cylindrical-coordinate representation of color #BE44A6: hue angle of 311.8º 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 #BE44A6 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 166 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.25 |
| HSL | 311.8º | 0.48% | 0.51% | - |
| HSV(B) | 311.8º | 0.64% | 0.75% | - |
| XYZ | 30.19 | 17.83 | 37.93 | - |
| YUV | 115.65 | 156.42 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 166 | 0 | 0.64 | 0.13 | 0.25 | 311.8 | 0.48 | 0.51 |
| Hex | BE | 44 | A6 | 0 | 40 | D | 19 | 138 | 30 | 33 |
| Octal | 276 | 104 | 246 | 0 | 100 | 15 | 31 | 470 | 60 | 63 |
| Binary | 10111110 | 1000100 | 10100110 | 0 | 1000000 | 1101 | 11001 | 100111000 | 110000 | 110011 |
Color Harmonies of #BE44A6
Complementary color
Monochromatic Colors of #BE44A6
Black with #BE44A6
Text Example
Text Example
White with #BE44A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE44A6; }
p { color: rgb(190,68,166); }
H1.HeaderClassName
{
color: #BE44A6;
}
.AnyTagClassName
{
color: #BE44A6;
}
</style>
background-color css
<style>
a { background-color: #BE44A6; }
a { background-color: rgb(190,68,166); }
div.DivClassName
{
background-color: #BE44A6;
}
.BgClassName
{
background-color: #BE44A6;
}
</style>
border-color css
<style>
span { border-color: #BE44A6; }
span { border-color: rgb(190,68,166); }
td.TdClassName
{
border-color: #BE44A6;
}
.TagClassName
{
border-color: #BE44A6;
}
</style>