Shades of Medium Orchid #BE78CE
Tints of Medium Orchid #BE78CE
RGB
CMYK
RGB Variations
Color information
#BE78CE (or 0xBE78CE) is known color: Medium Orchid. HEX triplet: BE, 78 and CE. RGB value is (190,120,206). Sum of RGB (Red+Green+Blue) = 190+120+206=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE78CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE78CE is #418731. Grayscale: #969696. Windows color (decimal): -4294450 or 13531326. OLE color: 13531326.
HSL color Cylindrical-coordinate representation of color #BE78CE: hue angle of 288.84º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE78CE is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 120 | 206 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.19 |
| HSL | 288.84º | 0.47% | 0.64% | - |
| HSV(B) | 288.84º | 0.42% | 0.81% | - |
| XYZ | 39.09 | 28.84 | 61.9 | - |
| YUV | 150.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 206 | 0.08 | 0.42 | 0 | 0.19 | 288.84 | 0.47 | 0.64 |
| Hex | BE | 78 | CE | 8 | 2A | 0 | 13 | 121 | 2F | 40 |
| Octal | 276 | 170 | 316 | 10 | 52 | 0 | 23 | 441 | 57 | 100 |
| Binary | 10111110 | 1111000 | 11001110 | 1000 | 101010 | 0 | 10011 | 100100001 | 101111 | 1000000 |
Color Harmonies of #BE78CE
Complementary color
Monochromatic Colors of #BE78CE
Black with #BE78CE
Text Example
Text Example
White with #BE78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE78CE; }
p { color: rgb(190,120,206); }
H1.HeaderClassName
{
color: #BE78CE;
}
.AnyTagClassName
{
color: #BE78CE;
}
</style>
background-color css
<style>
a { background-color: #BE78CE; }
a { background-color: rgb(190,120,206); }
div.DivClassName
{
background-color: #BE78CE;
}
.BgClassName
{
background-color: #BE78CE;
}
</style>
border-color css
<style>
span { border-color: #BE78CE; }
span { border-color: rgb(190,120,206); }
td.TdClassName
{
border-color: #BE78CE;
}
.TagClassName
{
border-color: #BE78CE;
}
</style>