Shades of Fuchsia #BE46C8
Tints of Fuchsia #BE46C8
RGB
CMYK
RGB Variations
Color information
#BE46C8 (or 0xBE46C8) is known color: Fuchsia. HEX triplet: BE, 46 and C8. RGB value is (190,70,200). Sum of RGB (Red+Green+Blue) = 190+70+200=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE46C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46C8 is #41B937. Grayscale: #787878. Windows color (decimal): -4307256 or 13125310. OLE color: 13125310.
HSL color Cylindrical-coordinate representation of color #BE46C8: hue angle of 295.38º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE46C8 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 70 | 200 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.22 |
| HSL | 295.38º | 0.54% | 0.53% | - |
| HSV(B) | 295.38º | 0.65% | 0.78% | - |
| XYZ | 33.85 | 19.5 | 56.62 | - |
| YUV | 120.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 200 | 0.05 | 0.65 | 0 | 0.22 | 295.38 | 0.54 | 0.53 |
| Hex | BE | 46 | C8 | 5 | 41 | 0 | 16 | 127 | 36 | 35 |
| Octal | 276 | 106 | 310 | 5 | 101 | 0 | 26 | 447 | 66 | 65 |
| Binary | 10111110 | 1000110 | 11001000 | 101 | 1000001 | 0 | 10110 | 100100111 | 110110 | 110101 |
Color Harmonies of #BE46C8
Complementary color
Monochromatic Colors of #BE46C8
Black with #BE46C8
Text Example
Text Example
White with #BE46C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE46C8; }
p { color: rgb(190,70,200); }
H1.HeaderClassName
{
color: #BE46C8;
}
.AnyTagClassName
{
color: #BE46C8;
}
</style>
background-color css
<style>
a { background-color: #BE46C8; }
a { background-color: rgb(190,70,200); }
div.DivClassName
{
background-color: #BE46C8;
}
.BgClassName
{
background-color: #BE46C8;
}
</style>
border-color css
<style>
span { border-color: #BE46C8; }
span { border-color: rgb(190,70,200); }
td.TdClassName
{
border-color: #BE46C8;
}
.TagClassName
{
border-color: #BE46C8;
}
</style>