Shades of Fuchsia #BE3AAB
Tints of Fuchsia #BE3AAB
RGB
CMYK
RGB Variations
Color information
#BE3AAB (or 0xBE3AAB) is known color: Fuchsia. HEX triplet: BE, 3A and AB. RGB value is (190,58,171). Sum of RGB (Red+Green+Blue) = 190+58+171=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3AAB is #41C554. Grayscale: #6E6E6E. Windows color (decimal): -4310357 or 11221694. OLE color: 11221694.
HSL color Cylindrical-coordinate representation of color #BE3AAB: hue angle of 308.64º 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 #BE3AAB is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 171 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.25 |
| HSL | 308.64º | 0.53% | 0.49% | - |
| HSV(B) | 308.64º | 0.69% | 0.75% | - |
| XYZ | 30.1 | 16.91 | 40.21 | - |
| YUV | 110.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 171 | 0 | 0.69 | 0.10 | 0.25 | 308.64 | 0.53 | 0.49 |
| Hex | BE | 3A | AB | 0 | 45 | A | 19 | 135 | 35 | 31 |
| Octal | 276 | 72 | 253 | 0 | 105 | 12 | 31 | 465 | 65 | 61 |
| Binary | 10111110 | 111010 | 10101011 | 0 | 1000101 | 1010 | 11001 | 100110101 | 110101 | 110001 |
Color Harmonies of #BE3AAB
Complementary color
Monochromatic Colors of #BE3AAB
Black with #BE3AAB
Text Example
Text Example
White with #BE3AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3AAB; }
p { color: rgb(190,58,171); }
H1.HeaderClassName
{
color: #BE3AAB;
}
.AnyTagClassName
{
color: #BE3AAB;
}
</style>
background-color css
<style>
a { background-color: #BE3AAB; }
a { background-color: rgb(190,58,171); }
div.DivClassName
{
background-color: #BE3AAB;
}
.BgClassName
{
background-color: #BE3AAB;
}
</style>
border-color css
<style>
span { border-color: #BE3AAB; }
span { border-color: rgb(190,58,171); }
td.TdClassName
{
border-color: #BE3AAB;
}
.TagClassName
{
border-color: #BE3AAB;
}
</style>