Shades of Fuchsia #BE64AF
Tints of Fuchsia #BE64AF
RGB
CMYK
RGB Variations
Color information
#BE64AF (or 0xBE64AF) is known color: Fuchsia. HEX triplet: BE, 64 and AF. RGB value is (190,100,175). Sum of RGB (Red+Green+Blue) = 190+100+175=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE64AF is #419B50. Grayscale: #878787. Windows color (decimal): -4299601 or 11494590. OLE color: 11494590.
HSL color Cylindrical-coordinate representation of color #BE64AF: hue angle of 310º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE64AF is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 175 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.25 |
| HSL | 310º | 0.41% | 0.57% | - |
| HSV(B) | 310º | 0.47% | 0.75% | - |
| XYZ | 33.53 | 23.16 | 43.26 | - |
| YUV | 135.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 175 | 0 | 0.47 | 0.08 | 0.25 | 310 | 0.41 | 0.57 |
| Hex | BE | 64 | AF | 0 | 2F | 8 | 19 | 136 | 29 | 39 |
| Octal | 276 | 144 | 257 | 0 | 57 | 10 | 31 | 466 | 51 | 71 |
| Binary | 10111110 | 1100100 | 10101111 | 0 | 101111 | 1000 | 11001 | 100110110 | 101001 | 111001 |
Color Harmonies of #BE64AF
Complementary color
Monochromatic Colors of #BE64AF
Black with #BE64AF
Text Example
Text Example
White with #BE64AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64AF; }
p { color: rgb(190,100,175); }
H1.HeaderClassName
{
color: #BE64AF;
}
.AnyTagClassName
{
color: #BE64AF;
}
</style>
background-color css
<style>
a { background-color: #BE64AF; }
a { background-color: rgb(190,100,175); }
div.DivClassName
{
background-color: #BE64AF;
}
.BgClassName
{
background-color: #BE64AF;
}
</style>
border-color css
<style>
span { border-color: #BE64AF; }
span { border-color: rgb(190,100,175); }
td.TdClassName
{
border-color: #BE64AF;
}
.TagClassName
{
border-color: #BE64AF;
}
</style>