Shades of Fuchsia #BE3AAF
Tints of Fuchsia #BE3AAF
RGB
CMYK
RGB Variations
Color information
#BE3AAF (or 0xBE3AAF) is known color: Fuchsia. HEX triplet: BE, 3A and AF. RGB value is (190,58,175). Sum of RGB (Red+Green+Blue) = 190+58+175=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3AAF is #41C550. Grayscale: #6E6E6E. Windows color (decimal): -4310353 or 11483838. OLE color: 11483838.
HSL color Cylindrical-coordinate representation of color #BE3AAF: hue angle of 306.82º 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 #BE3AAF is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 175 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.25 |
| HSL | 306.82º | 0.53% | 0.49% | - |
| HSV(B) | 306.82º | 0.69% | 0.75% | - |
| XYZ | 30.49 | 17.07 | 42.25 | - |
| YUV | 110.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 175 | 0 | 0.69 | 0.08 | 0.25 | 306.82 | 0.53 | 0.49 |
| Hex | BE | 3A | AF | 0 | 45 | 8 | 19 | 133 | 35 | 31 |
| Octal | 276 | 72 | 257 | 0 | 105 | 10 | 31 | 463 | 65 | 61 |
| Binary | 10111110 | 111010 | 10101111 | 0 | 1000101 | 1000 | 11001 | 100110011 | 110101 | 110001 |
Color Harmonies of #BE3AAF
Complementary color
Monochromatic Colors of #BE3AAF
Black with #BE3AAF
Text Example
Text Example
White with #BE3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3AAF; }
p { color: rgb(190,58,175); }
H1.HeaderClassName
{
color: #BE3AAF;
}
.AnyTagClassName
{
color: #BE3AAF;
}
</style>
background-color css
<style>
a { background-color: #BE3AAF; }
a { background-color: rgb(190,58,175); }
div.DivClassName
{
background-color: #BE3AAF;
}
.BgClassName
{
background-color: #BE3AAF;
}
</style>
border-color css
<style>
span { border-color: #BE3AAF; }
span { border-color: rgb(190,58,175); }
td.TdClassName
{
border-color: #BE3AAF;
}
.TagClassName
{
border-color: #BE3AAF;
}
</style>