Shades of Fuchsia #BE3AB2
Tints of Fuchsia #BE3AB2
RGB
CMYK
RGB Variations
Color information
#BE3AB2 (or 0xBE3AB2) is known color: Fuchsia. HEX triplet: BE, 3A and B2. RGB value is (190,58,178). Sum of RGB (Red+Green+Blue) = 190+58+178=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3AB2 is #41C54D. Grayscale: #6E6E6E. Windows color (decimal): -4310350 or 11680446. OLE color: 11680446.
HSL color Cylindrical-coordinate representation of color #BE3AB2: hue angle of 305.45º 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 #BE3AB2 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 178 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.25 |
| HSL | 305.45º | 0.53% | 0.49% | - |
| HSV(B) | 305.45º | 0.69% | 0.75% | - |
| XYZ | 30.78 | 17.19 | 43.81 | - |
| YUV | 111.15 | 165.73 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 178 | 0 | 0.69 | 0.06 | 0.25 | 305.45 | 0.53 | 0.49 |
| Hex | BE | 3A | B2 | 0 | 45 | 6 | 19 | 131 | 35 | 31 |
| Octal | 276 | 72 | 262 | 0 | 105 | 6 | 31 | 461 | 65 | 61 |
| Binary | 10111110 | 111010 | 10110010 | 0 | 1000101 | 110 | 11001 | 100110001 | 110101 | 110001 |
Color Harmonies of #BE3AB2
Complementary color
Monochromatic Colors of #BE3AB2
Black with #BE3AB2
Text Example
Text Example
White with #BE3AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3AB2; }
p { color: rgb(190,58,178); }
H1.HeaderClassName
{
color: #BE3AB2;
}
.AnyTagClassName
{
color: #BE3AB2;
}
</style>
background-color css
<style>
a { background-color: #BE3AB2; }
a { background-color: rgb(190,58,178); }
div.DivClassName
{
background-color: #BE3AB2;
}
.BgClassName
{
background-color: #BE3AB2;
}
</style>
border-color css
<style>
span { border-color: #BE3AB2; }
span { border-color: rgb(190,58,178); }
td.TdClassName
{
border-color: #BE3AB2;
}
.TagClassName
{
border-color: #BE3AB2;
}
</style>