Shades of Orchid #BE77C9
Tints of Orchid #BE77C9
RGB
CMYK
RGB Variations
Color information
#BE77C9 (or 0xBE77C9) is known color: Orchid. HEX triplet: BE, 77 and C9. RGB value is (190,119,201). Sum of RGB (Red+Green+Blue) = 190+119+201=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE77C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77C9 is #418836. Grayscale: #959595. Windows color (decimal): -4294711 or 13203390. OLE color: 13203390.
HSL color Cylindrical-coordinate representation of color #BE77C9: hue angle of 291.95º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE77C9 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 119 | 201 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.21 |
| HSL | 291.95º | 0.43% | 0.63% | - |
| HSV(B) | 291.95º | 0.41% | 0.79% | - |
| XYZ | 38.37 | 28.36 | 58.71 | - |
| YUV | 149.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 201 | 0.05 | 0.41 | 0 | 0.21 | 291.95 | 0.43 | 0.63 |
| Hex | BE | 77 | C9 | 5 | 29 | 0 | 15 | 124 | 2B | 3F |
| Octal | 276 | 167 | 311 | 5 | 51 | 0 | 25 | 444 | 53 | 77 |
| Binary | 10111110 | 1110111 | 11001001 | 101 | 101001 | 0 | 10101 | 100100100 | 101011 | 111111 |
Color Harmonies of #BE77C9
Complementary color
Monochromatic Colors of #BE77C9
Black with #BE77C9
Text Example
Text Example
White with #BE77C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE77C9; }
p { color: rgb(190,119,201); }
H1.HeaderClassName
{
color: #BE77C9;
}
.AnyTagClassName
{
color: #BE77C9;
}
</style>
background-color css
<style>
a { background-color: #BE77C9; }
a { background-color: rgb(190,119,201); }
div.DivClassName
{
background-color: #BE77C9;
}
.BgClassName
{
background-color: #BE77C9;
}
</style>
border-color css
<style>
span { border-color: #BE77C9; }
span { border-color: rgb(190,119,201); }
td.TdClassName
{
border-color: #BE77C9;
}
.TagClassName
{
border-color: #BE77C9;
}
</style>