Shades of Fuchsia #BE64A8
Tints of Fuchsia #BE64A8
RGB
CMYK
RGB Variations
Color information
#BE64A8 (or 0xBE64A8) is known color: Fuchsia. HEX triplet: BE, 64 and A8. RGB value is (190,100,168). Sum of RGB (Red+Green+Blue) = 190+100+168=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE64A8 is #419B57. Grayscale: #868686. Windows color (decimal): -4299608 or 11035838. OLE color: 11035838.
HSL color Cylindrical-coordinate representation of color #BE64A8: hue angle of 314.67º 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 #BE64A8 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 168 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.25 |
| HSL | 314.67º | 0.41% | 0.57% | - |
| HSV(B) | 314.67º | 0.47% | 0.75% | - |
| XYZ | 32.86 | 22.89 | 39.73 | - |
| YUV | 134.66 | 146.82 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 168 | 0 | 0.47 | 0.12 | 0.25 | 314.67 | 0.41 | 0.57 |
| Hex | BE | 64 | A8 | 0 | 2F | C | 19 | 13B | 29 | 39 |
| Octal | 276 | 144 | 250 | 0 | 57 | 14 | 31 | 473 | 51 | 71 |
| Binary | 10111110 | 1100100 | 10101000 | 0 | 101111 | 1100 | 11001 | 100111011 | 101001 | 111001 |
Color Harmonies of #BE64A8
Complementary color
Monochromatic Colors of #BE64A8
Black with #BE64A8
Text Example
Text Example
White with #BE64A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64A8; }
p { color: rgb(190,100,168); }
H1.HeaderClassName
{
color: #BE64A8;
}
.AnyTagClassName
{
color: #BE64A8;
}
</style>
background-color css
<style>
a { background-color: #BE64A8; }
a { background-color: rgb(190,100,168); }
div.DivClassName
{
background-color: #BE64A8;
}
.BgClassName
{
background-color: #BE64A8;
}
</style>
border-color css
<style>
span { border-color: #BE64A8; }
span { border-color: rgb(190,100,168); }
td.TdClassName
{
border-color: #BE64A8;
}
.TagClassName
{
border-color: #BE64A8;
}
</style>