Shades of Fuchsia #BE43AF
Tints of Fuchsia #BE43AF
RGB
CMYK
RGB Variations
Color information
#BE43AF (or 0xBE43AF) is known color: Fuchsia. HEX triplet: BE, 43 and AF. RGB value is (190,67,175). Sum of RGB (Red+Green+Blue) = 190+67+175=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE43AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE43AF is #41BC50. Grayscale: #737373. Windows color (decimal): -4308049 or 11486142. OLE color: 11486142.
HSL color Cylindrical-coordinate representation of color #BE43AF: hue angle of 307.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE43AF is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 175 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.25 |
| HSL | 307.32º | 0.49% | 0.5% | - |
| HSV(B) | 307.32º | 0.65% | 0.75% | - |
| XYZ | 30.98 | 18.06 | 42.41 | - |
| YUV | 116.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 175 | 0 | 0.65 | 0.08 | 0.25 | 307.32 | 0.49 | 0.5 |
| Hex | BE | 43 | AF | 0 | 41 | 8 | 19 | 133 | 31 | 32 |
| Octal | 276 | 103 | 257 | 0 | 101 | 10 | 31 | 463 | 61 | 62 |
| Binary | 10111110 | 1000011 | 10101111 | 0 | 1000001 | 1000 | 11001 | 100110011 | 110001 | 110010 |
Color Harmonies of #BE43AF
Complementary color
Monochromatic Colors of #BE43AF
Black with #BE43AF
Text Example
Text Example
White with #BE43AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE43AF; }
p { color: rgb(190,67,175); }
H1.HeaderClassName
{
color: #BE43AF;
}
.AnyTagClassName
{
color: #BE43AF;
}
</style>
background-color css
<style>
a { background-color: #BE43AF; }
a { background-color: rgb(190,67,175); }
div.DivClassName
{
background-color: #BE43AF;
}
.BgClassName
{
background-color: #BE43AF;
}
</style>
border-color css
<style>
span { border-color: #BE43AF; }
span { border-color: rgb(190,67,175); }
td.TdClassName
{
border-color: #BE43AF;
}
.TagClassName
{
border-color: #BE43AF;
}
</style>