Shades of Fuchsia #BE41AF
Tints of Fuchsia #BE41AF
RGB
CMYK
RGB Variations
Color information
#BE41AF (or 0xBE41AF) is known color: Fuchsia. HEX triplet: BE, 41 and AF. RGB value is (190,65,175). Sum of RGB (Red+Green+Blue) = 190+65+175=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE41AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE41AF is #41BE50. Grayscale: #727272. Windows color (decimal): -4308561 or 11485630. OLE color: 11485630.
HSL color Cylindrical-coordinate representation of color #BE41AF: hue angle of 307.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE41AF is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 175 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.25 |
| HSL | 307.2º | 0.49% | 0.5% | - |
| HSV(B) | 307.2º | 0.66% | 0.75% | - |
| XYZ | 30.86 | 17.82 | 42.37 | - |
| YUV | 114.92 | 161.91 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 175 | 0 | 0.66 | 0.08 | 0.25 | 307.2 | 0.49 | 0.5 |
| Hex | BE | 41 | AF | 0 | 42 | 8 | 19 | 133 | 31 | 32 |
| Octal | 276 | 101 | 257 | 0 | 102 | 10 | 31 | 463 | 61 | 62 |
| Binary | 10111110 | 1000001 | 10101111 | 0 | 1000010 | 1000 | 11001 | 100110011 | 110001 | 110010 |
Color Harmonies of #BE41AF
Complementary color
Monochromatic Colors of #BE41AF
Black with #BE41AF
Text Example
Text Example
White with #BE41AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE41AF; }
p { color: rgb(190,65,175); }
H1.HeaderClassName
{
color: #BE41AF;
}
.AnyTagClassName
{
color: #BE41AF;
}
</style>
background-color css
<style>
a { background-color: #BE41AF; }
a { background-color: rgb(190,65,175); }
div.DivClassName
{
background-color: #BE41AF;
}
.BgClassName
{
background-color: #BE41AF;
}
</style>
border-color css
<style>
span { border-color: #BE41AF; }
span { border-color: rgb(190,65,175); }
td.TdClassName
{
border-color: #BE41AF;
}
.TagClassName
{
border-color: #BE41AF;
}
</style>