Shades of Fuchsia #BE77BD
Tints of Fuchsia #BE77BD
RGB
CMYK
RGB Variations
Color information
#BE77BD (or 0xBE77BD) is known color: Fuchsia. HEX triplet: BE, 77 and BD. RGB value is (190,119,189). Sum of RGB (Red+Green+Blue) = 190+119+189=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE77BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77BD is #418842. Grayscale: #949494. Windows color (decimal): -4294723 or 12416958. OLE color: 12416958.
HSL color Cylindrical-coordinate representation of color #BE77BD: hue angle of 300.85º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE77BD is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 189 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.25 |
| HSL | 300.85º | 0.35% | 0.61% | - |
| HSV(B) | 300.85º | 0.37% | 0.75% | - |
| XYZ | 37.02 | 27.81 | 51.56 | - |
| YUV | 148.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 189 | 0 | 0.37 | 0.01 | 0.25 | 300.85 | 0.35 | 0.61 |
| Hex | BE | 77 | BD | 0 | 25 | 1 | 19 | 12D | 23 | 3D |
| Octal | 276 | 167 | 275 | 0 | 45 | 1 | 31 | 455 | 43 | 75 |
| Binary | 10111110 | 1110111 | 10111101 | 0 | 100101 | 1 | 11001 | 100101101 | 100011 | 111101 |
Color Harmonies of #BE77BD
Complementary color
Monochromatic Colors of #BE77BD
Black with #BE77BD
Text Example
Text Example
White with #BE77BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE77BD; }
p { color: rgb(190,119,189); }
H1.HeaderClassName
{
color: #BE77BD;
}
.AnyTagClassName
{
color: #BE77BD;
}
</style>
background-color css
<style>
a { background-color: #BE77BD; }
a { background-color: rgb(190,119,189); }
div.DivClassName
{
background-color: #BE77BD;
}
.BgClassName
{
background-color: #BE77BD;
}
</style>
border-color css
<style>
span { border-color: #BE77BD; }
span { border-color: rgb(190,119,189); }
td.TdClassName
{
border-color: #BE77BD;
}
.TagClassName
{
border-color: #BE77BD;
}
</style>