Shades of Fuchsia #BE46AA
Tints of Fuchsia #BE46AA
RGB
CMYK
RGB Variations
Color information
#BE46AA (or 0xBE46AA) is known color: Fuchsia. HEX triplet: BE, 46 and AA. RGB value is (190,70,170). Sum of RGB (Red+Green+Blue) = 190+70+170=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE46AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE46AA is #41B955. Grayscale: #757575. Windows color (decimal): -4307286 or 11159230. OLE color: 11159230.
HSL color Cylindrical-coordinate representation of color #BE46AA: hue angle of 310º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE46AA is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 70 | 170 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.25 |
| HSL | 310º | 0.48% | 0.51% | - |
| HSV(B) | 310º | 0.63% | 0.75% | - |
| XYZ | 30.68 | 18.23 | 39.93 | - |
| YUV | 117.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 170 | 0 | 0.63 | 0.11 | 0.25 | 310 | 0.48 | 0.51 |
| Hex | BE | 46 | AA | 0 | 3F | B | 19 | 136 | 30 | 33 |
| Octal | 276 | 106 | 252 | 0 | 77 | 13 | 31 | 466 | 60 | 63 |
| Binary | 10111110 | 1000110 | 10101010 | 0 | 111111 | 1011 | 11001 | 100110110 | 110000 | 110011 |
Color Harmonies of #BE46AA
Complementary color
Monochromatic Colors of #BE46AA
Black with #BE46AA
Text Example
Text Example
White with #BE46AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE46AA; }
p { color: rgb(190,70,170); }
H1.HeaderClassName
{
color: #BE46AA;
}
.AnyTagClassName
{
color: #BE46AA;
}
</style>
background-color css
<style>
a { background-color: #BE46AA; }
a { background-color: rgb(190,70,170); }
div.DivClassName
{
background-color: #BE46AA;
}
.BgClassName
{
background-color: #BE46AA;
}
</style>
border-color css
<style>
span { border-color: #BE46AA; }
span { border-color: rgb(190,70,170); }
td.TdClassName
{
border-color: #BE46AA;
}
.TagClassName
{
border-color: #BE46AA;
}
</style>