Shades of Fuchsia #BE42A9
Tints of Fuchsia #BE42A9
RGB
CMYK
RGB Variations
Color information
#BE42A9 (or 0xBE42A9) is known color: Fuchsia. HEX triplet: BE, 42 and A9. RGB value is (190,66,169). Sum of RGB (Red+Green+Blue) = 190+66+169=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE42A9 is #41BD56. Grayscale: #727272. Windows color (decimal): -4308311 or 11092670. OLE color: 11092670.
HSL color Cylindrical-coordinate representation of color #BE42A9: hue angle of 310.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE42A9 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 66 | 169 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.25 |
| HSL | 310.16º | 0.49% | 0.5% | - |
| HSV(B) | 310.16º | 0.65% | 0.75% | - |
| XYZ | 30.34 | 17.71 | 39.35 | - |
| YUV | 114.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 169 | 0 | 0.65 | 0.11 | 0.25 | 310.16 | 0.49 | 0.5 |
| Hex | BE | 42 | A9 | 0 | 41 | B | 19 | 136 | 31 | 32 |
| Octal | 276 | 102 | 251 | 0 | 101 | 13 | 31 | 466 | 61 | 62 |
| Binary | 10111110 | 1000010 | 10101001 | 0 | 1000001 | 1011 | 11001 | 100110110 | 110001 | 110010 |
Color Harmonies of #BE42A9
Complementary color
Monochromatic Colors of #BE42A9
Black with #BE42A9
Text Example
Text Example
White with #BE42A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42A9; }
p { color: rgb(190,66,169); }
H1.HeaderClassName
{
color: #BE42A9;
}
.AnyTagClassName
{
color: #BE42A9;
}
</style>
background-color css
<style>
a { background-color: #BE42A9; }
a { background-color: rgb(190,66,169); }
div.DivClassName
{
background-color: #BE42A9;
}
.BgClassName
{
background-color: #BE42A9;
}
</style>
border-color css
<style>
span { border-color: #BE42A9; }
span { border-color: rgb(190,66,169); }
td.TdClassName
{
border-color: #BE42A9;
}
.TagClassName
{
border-color: #BE42A9;
}
</style>