Shades of Fuchsia #BE60A8
Tints of Fuchsia #BE60A8
RGB
CMYK
RGB Variations
Color information
#BE60A8 (or 0xBE60A8) is known color: Fuchsia. HEX triplet: BE, 60 and A8. RGB value is (190,96,168). Sum of RGB (Red+Green+Blue) = 190+96+168=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE60A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE60A8 is #419F57. Grayscale: #848484. Windows color (decimal): -4300632 or 11034814. OLE color: 11034814.
HSL color Cylindrical-coordinate representation of color #BE60A8: hue angle of 314.04º 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 #BE60A8 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 96 | 168 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.25 |
| HSL | 314.04º | 0.42% | 0.56% | - |
| HSV(B) | 314.04º | 0.49% | 0.75% | - |
| XYZ | 32.49 | 22.14 | 39.61 | - |
| YUV | 132.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 168 | 0 | 0.49 | 0.12 | 0.25 | 314.04 | 0.42 | 0.56 |
| Hex | BE | 60 | A8 | 0 | 31 | C | 19 | 13A | 2A | 38 |
| Octal | 276 | 140 | 250 | 0 | 61 | 14 | 31 | 472 | 52 | 70 |
| Binary | 10111110 | 1100000 | 10101000 | 0 | 110001 | 1100 | 11001 | 100111010 | 101010 | 111000 |
Color Harmonies of #BE60A8
Complementary color
Monochromatic Colors of #BE60A8
Black with #BE60A8
Text Example
Text Example
White with #BE60A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE60A8; }
p { color: rgb(190,96,168); }
H1.HeaderClassName
{
color: #BE60A8;
}
.AnyTagClassName
{
color: #BE60A8;
}
</style>
background-color css
<style>
a { background-color: #BE60A8; }
a { background-color: rgb(190,96,168); }
div.DivClassName
{
background-color: #BE60A8;
}
.BgClassName
{
background-color: #BE60A8;
}
</style>
border-color css
<style>
span { border-color: #BE60A8; }
span { border-color: rgb(190,96,168); }
td.TdClassName
{
border-color: #BE60A8;
}
.TagClassName
{
border-color: #BE60A8;
}
</style>