Shades of Fuchsia #BE68AF
Tints of Fuchsia #BE68AF
RGB
CMYK
RGB Variations
Color information
#BE68AF (or 0xBE68AF) is known color: Fuchsia. HEX triplet: BE, 68 and AF. RGB value is (190,104,175). Sum of RGB (Red+Green+Blue) = 190+104+175=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE68AF is #419750. Grayscale: #898989. Windows color (decimal): -4298577 or 11495614. OLE color: 11495614.
HSL color Cylindrical-coordinate representation of color #BE68AF: hue angle of 310.47º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE68AF is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 175 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.25 |
| HSL | 310.47º | 0.4% | 0.58% | - |
| HSV(B) | 310.47º | 0.45% | 0.75% | - |
| XYZ | 33.92 | 23.94 | 43.39 | - |
| YUV | 137.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 175 | 0 | 0.45 | 0.08 | 0.25 | 310.47 | 0.4 | 0.58 |
| Hex | BE | 68 | AF | 0 | 2D | 8 | 19 | 136 | 28 | 3A |
| Octal | 276 | 150 | 257 | 0 | 55 | 10 | 31 | 466 | 50 | 72 |
| Binary | 10111110 | 1101000 | 10101111 | 0 | 101101 | 1000 | 11001 | 100110110 | 101000 | 111010 |
Color Harmonies of #BE68AF
Complementary color
Monochromatic Colors of #BE68AF
Black with #BE68AF
Text Example
Text Example
White with #BE68AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68AF; }
p { color: rgb(190,104,175); }
H1.HeaderClassName
{
color: #BE68AF;
}
.AnyTagClassName
{
color: #BE68AF;
}
</style>
background-color css
<style>
a { background-color: #BE68AF; }
a { background-color: rgb(190,104,175); }
div.DivClassName
{
background-color: #BE68AF;
}
.BgClassName
{
background-color: #BE68AF;
}
</style>
border-color css
<style>
span { border-color: #BE68AF; }
span { border-color: rgb(190,104,175); }
td.TdClassName
{
border-color: #BE68AF;
}
.TagClassName
{
border-color: #BE68AF;
}
</style>