Shades of Fuchsia #BE3AAA
Tints of Fuchsia #BE3AAA
RGB
CMYK
RGB Variations
Color information
#BE3AAA (or 0xBE3AAA) is known color: Fuchsia. HEX triplet: BE, 3A and AA. RGB value is (190,58,170). Sum of RGB (Red+Green+Blue) = 190+58+170=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3AAA is #41C555. Grayscale: #6D6D6D. Windows color (decimal): -4310358 or 11156158. OLE color: 11156158.
HSL color Cylindrical-coordinate representation of color #BE3AAA: hue angle of 309.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3AAA is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 170 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.25 |
| HSL | 309.09º | 0.53% | 0.49% | - |
| HSV(B) | 309.09º | 0.69% | 0.75% | - |
| XYZ | 30 | 16.88 | 39.71 | - |
| YUV | 110.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 170 | 0 | 0.69 | 0.11 | 0.25 | 309.09 | 0.53 | 0.49 |
| Hex | BE | 3A | AA | 0 | 45 | B | 19 | 135 | 35 | 31 |
| Octal | 276 | 72 | 252 | 0 | 105 | 13 | 31 | 465 | 65 | 61 |
| Binary | 10111110 | 111010 | 10101010 | 0 | 1000101 | 1011 | 11001 | 100110101 | 110101 | 110001 |
Color Harmonies of #BE3AAA
Complementary color
Monochromatic Colors of #BE3AAA
Black with #BE3AAA
Text Example
Text Example
White with #BE3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3AAA; }
p { color: rgb(190,58,170); }
H1.HeaderClassName
{
color: #BE3AAA;
}
.AnyTagClassName
{
color: #BE3AAA;
}
</style>
background-color css
<style>
a { background-color: #BE3AAA; }
a { background-color: rgb(190,58,170); }
div.DivClassName
{
background-color: #BE3AAA;
}
.BgClassName
{
background-color: #BE3AAA;
}
</style>
border-color css
<style>
span { border-color: #BE3AAA; }
span { border-color: rgb(190,58,170); }
td.TdClassName
{
border-color: #BE3AAA;
}
.TagClassName
{
border-color: #BE3AAA;
}
</style>