Shades of Fuchsia #BE73BC
Tints of Fuchsia #BE73BC
RGB
CMYK
RGB Variations
Color information
#BE73BC (or 0xBE73BC) is known color: Fuchsia. HEX triplet: BE, 73 and BC. RGB value is (190,115,188). Sum of RGB (Red+Green+Blue) = 190+115+188=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73BC is #418C43. Grayscale: #919191. Windows color (decimal): -4295748 or 12350398. OLE color: 12350398.
HSL color Cylindrical-coordinate representation of color #BE73BC: hue angle of 301.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE73BC is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 188 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.25 |
| HSL | 301.6º | 0.37% | 0.6% | - |
| HSV(B) | 301.6º | 0.39% | 0.75% | - |
| XYZ | 36.44 | 26.84 | 50.84 | - |
| YUV | 145.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 188 | 0 | 0.39 | 0.01 | 0.25 | 301.6 | 0.37 | 0.6 |
| Hex | BE | 73 | BC | 0 | 27 | 1 | 19 | 12E | 25 | 3C |
| Octal | 276 | 163 | 274 | 0 | 47 | 1 | 31 | 456 | 45 | 74 |
| Binary | 10111110 | 1110011 | 10111100 | 0 | 100111 | 1 | 11001 | 100101110 | 100101 | 111100 |
Color Harmonies of #BE73BC
Complementary color
Monochromatic Colors of #BE73BC
Black with #BE73BC
Text Example
Text Example
White with #BE73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE73BC; }
p { color: rgb(190,115,188); }
H1.HeaderClassName
{
color: #BE73BC;
}
.AnyTagClassName
{
color: #BE73BC;
}
</style>
background-color css
<style>
a { background-color: #BE73BC; }
a { background-color: rgb(190,115,188); }
div.DivClassName
{
background-color: #BE73BC;
}
.BgClassName
{
background-color: #BE73BC;
}
</style>
border-color css
<style>
span { border-color: #BE73BC; }
span { border-color: rgb(190,115,188); }
td.TdClassName
{
border-color: #BE73BC;
}
.TagClassName
{
border-color: #BE73BC;
}
</style>