Shades of Fuchsia #BE64C6
Tints of Fuchsia #BE64C6
RGB
CMYK
RGB Variations
Color information
#BE64C6 (or 0xBE64C6) is known color: Fuchsia. HEX triplet: BE, 64 and C6. RGB value is (190,100,198). Sum of RGB (Red+Green+Blue) = 190+100+198=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE64C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64C6 is #419B39. Grayscale: #898989. Windows color (decimal): -4299578 or 13001918. OLE color: 13001918.
HSL color Cylindrical-coordinate representation of color #BE64C6: hue angle of 295.1º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE64C6 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 100 | 198 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.22 |
| HSL | 295.1º | 0.46% | 0.58% | - |
| HSV(B) | 295.1º | 0.49% | 0.78% | - |
| XYZ | 35.99 | 24.14 | 56.19 | - |
| YUV | 138.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 198 | 0.04 | 0.49 | 0 | 0.22 | 295.1 | 0.46 | 0.58 |
| Hex | BE | 64 | C6 | 4 | 31 | 0 | 16 | 127 | 2E | 3A |
| Octal | 276 | 144 | 306 | 4 | 61 | 0 | 26 | 447 | 56 | 72 |
| Binary | 10111110 | 1100100 | 11000110 | 100 | 110001 | 0 | 10110 | 100100111 | 101110 | 111010 |
Color Harmonies of #BE64C6
Complementary color
Monochromatic Colors of #BE64C6
Black with #BE64C6
Text Example
Text Example
White with #BE64C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64C6; }
p { color: rgb(190,100,198); }
H1.HeaderClassName
{
color: #BE64C6;
}
.AnyTagClassName
{
color: #BE64C6;
}
</style>
background-color css
<style>
a { background-color: #BE64C6; }
a { background-color: rgb(190,100,198); }
div.DivClassName
{
background-color: #BE64C6;
}
.BgClassName
{
background-color: #BE64C6;
}
</style>
border-color css
<style>
span { border-color: #BE64C6; }
span { border-color: rgb(190,100,198); }
td.TdClassName
{
border-color: #BE64C6;
}
.TagClassName
{
border-color: #BE64C6;
}
</style>