Shades of Fuchsia #BE46CA
Tints of Fuchsia #BE46CA
RGB
CMYK
RGB Variations
Color information
#BE46CA (or 0xBE46CA) is known color: Fuchsia. HEX triplet: BE, 46 and CA. RGB value is (190,70,202). Sum of RGB (Red+Green+Blue) = 190+70+202=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE46CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46CA is #41B935. Grayscale: #787878. Windows color (decimal): -4307254 or 13256382. OLE color: 13256382.
HSL color Cylindrical-coordinate representation of color #BE46CA: hue angle of 294.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE46CA is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 70 | 202 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.21 |
| HSL | 294.55º | 0.55% | 0.53% | - |
| HSV(B) | 294.55º | 0.65% | 0.79% | - |
| XYZ | 34.09 | 19.59 | 57.86 | - |
| YUV | 120.93 | 173.76 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 202 | 0.06 | 0.65 | 0 | 0.21 | 294.55 | 0.55 | 0.53 |
| Hex | BE | 46 | CA | 6 | 41 | 0 | 15 | 127 | 37 | 35 |
| Octal | 276 | 106 | 312 | 6 | 101 | 0 | 25 | 447 | 67 | 65 |
| Binary | 10111110 | 1000110 | 11001010 | 110 | 1000001 | 0 | 10101 | 100100111 | 110111 | 110101 |
Color Harmonies of #BE46CA
Complementary color
Monochromatic Colors of #BE46CA
Black with #BE46CA
Text Example
Text Example
White with #BE46CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE46CA; }
p { color: rgb(190,70,202); }
H1.HeaderClassName
{
color: #BE46CA;
}
.AnyTagClassName
{
color: #BE46CA;
}
</style>
background-color css
<style>
a { background-color: #BE46CA; }
a { background-color: rgb(190,70,202); }
div.DivClassName
{
background-color: #BE46CA;
}
.BgClassName
{
background-color: #BE46CA;
}
</style>
border-color css
<style>
span { border-color: #BE46CA; }
span { border-color: rgb(190,70,202); }
td.TdClassName
{
border-color: #BE46CA;
}
.TagClassName
{
border-color: #BE46CA;
}
</style>