Shades of Fuchsia #BE64C5
Tints of Fuchsia #BE64C5
RGB
CMYK
RGB Variations
Color information
#BE64C5 (or 0xBE64C5) is known color: Fuchsia. HEX triplet: BE, 64 and C5. RGB value is (190,100,197). Sum of RGB (Red+Green+Blue) = 190+100+197=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE64C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64C5 is #419B3A. Grayscale: #898989. Windows color (decimal): -4299579 or 12936382. OLE color: 12936382.
HSL color Cylindrical-coordinate representation of color #BE64C5: hue angle of 295.67º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE64C5 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 100 | 197 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.23 |
| HSL | 295.67º | 0.46% | 0.58% | - |
| HSV(B) | 295.67º | 0.49% | 0.77% | - |
| XYZ | 35.87 | 24.09 | 55.58 | - |
| YUV | 137.97 | 161.32 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 197 | 0.04 | 0.49 | 0 | 0.23 | 295.67 | 0.46 | 0.58 |
| Hex | BE | 64 | C5 | 4 | 31 | 0 | 17 | 128 | 2E | 3A |
| Octal | 276 | 144 | 305 | 4 | 61 | 0 | 27 | 450 | 56 | 72 |
| Binary | 10111110 | 1100100 | 11000101 | 100 | 110001 | 0 | 10111 | 100101000 | 101110 | 111010 |
Color Harmonies of #BE64C5
Complementary color
Monochromatic Colors of #BE64C5
Black with #BE64C5
Text Example
Text Example
White with #BE64C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64C5; }
p { color: rgb(190,100,197); }
H1.HeaderClassName
{
color: #BE64C5;
}
.AnyTagClassName
{
color: #BE64C5;
}
</style>
background-color css
<style>
a { background-color: #BE64C5; }
a { background-color: rgb(190,100,197); }
div.DivClassName
{
background-color: #BE64C5;
}
.BgClassName
{
background-color: #BE64C5;
}
</style>
border-color css
<style>
span { border-color: #BE64C5; }
span { border-color: rgb(190,100,197); }
td.TdClassName
{
border-color: #BE64C5;
}
.TagClassName
{
border-color: #BE64C5;
}
</style>