Shades of Fuchsia #BE46C5
Tints of Fuchsia #BE46C5
RGB
CMYK
RGB Variations
Color information
#BE46C5 (or 0xBE46C5) is known color: Fuchsia. HEX triplet: BE, 46 and C5. RGB value is (190,70,197). Sum of RGB (Red+Green+Blue) = 190+70+197=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE46C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46C5 is #41B93A. Grayscale: #777777. Windows color (decimal): -4307259 or 12928702. OLE color: 12928702.
HSL color Cylindrical-coordinate representation of color #BE46C5: hue angle of 296.69º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE46C5 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 70 | 197 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.23 |
| HSL | 296.69º | 0.52% | 0.52% | - |
| HSV(B) | 296.69º | 0.64% | 0.77% | - |
| XYZ | 33.5 | 19.36 | 54.79 | - |
| YUV | 120.36 | 171.26 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 197 | 0.04 | 0.64 | 0 | 0.23 | 296.69 | 0.52 | 0.52 |
| Hex | BE | 46 | C5 | 4 | 40 | 0 | 17 | 129 | 34 | 34 |
| Octal | 276 | 106 | 305 | 4 | 100 | 0 | 27 | 451 | 64 | 64 |
| Binary | 10111110 | 1000110 | 11000101 | 100 | 1000000 | 0 | 10111 | 100101001 | 110100 | 110100 |
Color Harmonies of #BE46C5
Complementary color
Monochromatic Colors of #BE46C5
Black with #BE46C5
Text Example
Text Example
White with #BE46C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE46C5; }
p { color: rgb(190,70,197); }
H1.HeaderClassName
{
color: #BE46C5;
}
.AnyTagClassName
{
color: #BE46C5;
}
</style>
background-color css
<style>
a { background-color: #BE46C5; }
a { background-color: rgb(190,70,197); }
div.DivClassName
{
background-color: #BE46C5;
}
.BgClassName
{
background-color: #BE46C5;
}
</style>
border-color css
<style>
span { border-color: #BE46C5; }
span { border-color: rgb(190,70,197); }
td.TdClassName
{
border-color: #BE46C5;
}
.TagClassName
{
border-color: #BE46C5;
}
</style>