Shades of Fuchsia #BE4CA6
Tints of Fuchsia #BE4CA6
RGB
CMYK
RGB Variations
Color information
#BE4CA6 (or 0xBE4CA6) is known color: Fuchsia. HEX triplet: BE, 4C and A6. RGB value is (190,76,166). Sum of RGB (Red+Green+Blue) = 190+76+166=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4CA6 is #41B359. Grayscale: #787878. Windows color (decimal): -4305754 or 10898622. OLE color: 10898622.
HSL color Cylindrical-coordinate representation of color #BE4CA6: hue angle of 312.63º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE4CA6 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 166 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.25 |
| HSL | 312.63º | 0.47% | 0.52% | - |
| HSV(B) | 312.63º | 0.6% | 0.75% | - |
| XYZ | 30.7 | 18.87 | 38.1 | - |
| YUV | 120.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 166 | 0 | 0.60 | 0.13 | 0.25 | 312.63 | 0.47 | 0.52 |
| Hex | BE | 4C | A6 | 0 | 3C | D | 19 | 139 | 2F | 34 |
| Octal | 276 | 114 | 246 | 0 | 74 | 15 | 31 | 471 | 57 | 64 |
| Binary | 10111110 | 1001100 | 10100110 | 0 | 111100 | 1101 | 11001 | 100111001 | 101111 | 110100 |
Color Harmonies of #BE4CA6
Complementary color
Monochromatic Colors of #BE4CA6
Black with #BE4CA6
Text Example
Text Example
White with #BE4CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4CA6; }
p { color: rgb(190,76,166); }
H1.HeaderClassName
{
color: #BE4CA6;
}
.AnyTagClassName
{
color: #BE4CA6;
}
</style>
background-color css
<style>
a { background-color: #BE4CA6; }
a { background-color: rgb(190,76,166); }
div.DivClassName
{
background-color: #BE4CA6;
}
.BgClassName
{
background-color: #BE4CA6;
}
</style>
border-color css
<style>
span { border-color: #BE4CA6; }
span { border-color: rgb(190,76,166); }
td.TdClassName
{
border-color: #BE4CA6;
}
.TagClassName
{
border-color: #BE4CA6;
}
</style>