Shades of Fuchsia #BE73C0
Tints of Fuchsia #BE73C0
RGB
CMYK
RGB Variations
Color information
#BE73C0 (or 0xBE73C0) is known color: Fuchsia. HEX triplet: BE, 73 and C0. RGB value is (190,115,192). Sum of RGB (Red+Green+Blue) = 190+115+192=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE73C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73C0 is #418C3F. Grayscale: #919191. Windows color (decimal): -4295744 or 12612542. OLE color: 12612542.
HSL color Cylindrical-coordinate representation of color #BE73C0: hue angle of 298.44º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE73C0 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 192 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.25 |
| HSL | 298.44º | 0.38% | 0.6% | - |
| HSV(B) | 298.44º | 0.4% | 0.75% | - |
| XYZ | 36.88 | 27.01 | 53.14 | - |
| YUV | 146.2 | 153.85 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 192 | 0.01 | 0.40 | 0 | 0.25 | 298.44 | 0.38 | 0.6 |
| Hex | BE | 73 | C0 | 1 | 28 | 0 | 19 | 12A | 26 | 3C |
| Octal | 276 | 163 | 300 | 1 | 50 | 0 | 31 | 452 | 46 | 74 |
| Binary | 10111110 | 1110011 | 11000000 | 1 | 101000 | 0 | 11001 | 100101010 | 100110 | 111100 |
Color Harmonies of #BE73C0
Complementary color
Monochromatic Colors of #BE73C0
Black with #BE73C0
Text Example
Text Example
White with #BE73C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE73C0; }
p { color: rgb(190,115,192); }
H1.HeaderClassName
{
color: #BE73C0;
}
.AnyTagClassName
{
color: #BE73C0;
}
</style>
background-color css
<style>
a { background-color: #BE73C0; }
a { background-color: rgb(190,115,192); }
div.DivClassName
{
background-color: #BE73C0;
}
.BgClassName
{
background-color: #BE73C0;
}
</style>
border-color css
<style>
span { border-color: #BE73C0; }
span { border-color: rgb(190,115,192); }
td.TdClassName
{
border-color: #BE73C0;
}
.TagClassName
{
border-color: #BE73C0;
}
</style>