Shades of Fuchsia #BE60A6
Tints of Fuchsia #BE60A6
RGB
CMYK
RGB Variations
Color information
#BE60A6 (or 0xBE60A6) is known color: Fuchsia. HEX triplet: BE, 60 and A6. RGB value is (190,96,166). Sum of RGB (Red+Green+Blue) = 190+96+166=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE60A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE60A6 is #419F59. Grayscale: #838383. Windows color (decimal): -4300634 or 10903742. OLE color: 10903742.
HSL color Cylindrical-coordinate representation of color #BE60A6: hue angle of 315.32º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE60A6 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 96 | 166 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.25 |
| HSL | 315.32º | 0.42% | 0.56% | - |
| HSV(B) | 315.32º | 0.49% | 0.75% | - |
| XYZ | 32.3 | 22.07 | 38.63 | - |
| YUV | 132.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 166 | 0 | 0.49 | 0.13 | 0.25 | 315.32 | 0.42 | 0.56 |
| Hex | BE | 60 | A6 | 0 | 31 | D | 19 | 13B | 2A | 38 |
| Octal | 276 | 140 | 246 | 0 | 61 | 15 | 31 | 473 | 52 | 70 |
| Binary | 10111110 | 1100000 | 10100110 | 0 | 110001 | 1101 | 11001 | 100111011 | 101010 | 111000 |
Color Harmonies of #BE60A6
Complementary color
Monochromatic Colors of #BE60A6
Black with #BE60A6
Text Example
Text Example
White with #BE60A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE60A6; }
p { color: rgb(190,96,166); }
H1.HeaderClassName
{
color: #BE60A6;
}
.AnyTagClassName
{
color: #BE60A6;
}
</style>
background-color css
<style>
a { background-color: #BE60A6; }
a { background-color: rgb(190,96,166); }
div.DivClassName
{
background-color: #BE60A6;
}
.BgClassName
{
background-color: #BE60A6;
}
</style>
border-color css
<style>
span { border-color: #BE60A6; }
span { border-color: rgb(190,96,166); }
td.TdClassName
{
border-color: #BE60A6;
}
.TagClassName
{
border-color: #BE60A6;
}
</style>