Shades of Fuchsia #BE76C1
Tints of Fuchsia #BE76C1
RGB
CMYK
RGB Variations
Color information
#BE76C1 (or 0xBE76C1) is known color: Fuchsia. HEX triplet: BE, 76 and C1. RGB value is (190,118,193). Sum of RGB (Red+Green+Blue) = 190+118+193=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE76C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76C1 is #41893E. Grayscale: #939393. Windows color (decimal): -4294975 or 12678846. OLE color: 12678846.
HSL color Cylindrical-coordinate representation of color #BE76C1: hue angle of 297.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE76C1 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 118 | 193 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.24 |
| HSL | 297.6º | 0.38% | 0.61% | - |
| HSV(B) | 297.6º | 0.39% | 0.76% | - |
| XYZ | 37.34 | 27.75 | 53.84 | - |
| YUV | 148.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 193 | 0.02 | 0.39 | 0 | 0.24 | 297.6 | 0.38 | 0.61 |
| Hex | BE | 76 | C1 | 2 | 27 | 0 | 18 | 12A | 26 | 3D |
| Octal | 276 | 166 | 301 | 2 | 47 | 0 | 30 | 452 | 46 | 75 |
| Binary | 10111110 | 1110110 | 11000001 | 10 | 100111 | 0 | 11000 | 100101010 | 100110 | 111101 |
Color Harmonies of #BE76C1
Complementary color
Monochromatic Colors of #BE76C1
Black with #BE76C1
Text Example
Text Example
White with #BE76C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE76C1; }
p { color: rgb(190,118,193); }
H1.HeaderClassName
{
color: #BE76C1;
}
.AnyTagClassName
{
color: #BE76C1;
}
</style>
background-color css
<style>
a { background-color: #BE76C1; }
a { background-color: rgb(190,118,193); }
div.DivClassName
{
background-color: #BE76C1;
}
.BgClassName
{
background-color: #BE76C1;
}
</style>
border-color css
<style>
span { border-color: #BE76C1; }
span { border-color: rgb(190,118,193); }
td.TdClassName
{
border-color: #BE76C1;
}
.TagClassName
{
border-color: #BE76C1;
}
</style>