Shades of Medium Orchid #BE78D1
Tints of Medium Orchid #BE78D1
RGB
CMYK
RGB Variations
Color information
#BE78D1 (or 0xBE78D1) is known color: Medium Orchid. HEX triplet: BE, 78 and D1. RGB value is (190,120,209). Sum of RGB (Red+Green+Blue) = 190+120+209=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE78D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE78D1 is #41872E. Grayscale: #969696. Windows color (decimal): -4294447 or 13727934. OLE color: 13727934.
HSL color Cylindrical-coordinate representation of color #BE78D1: hue angle of 287.19º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE78D1 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 120 | 209 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.18 |
| HSL | 287.19º | 0.49% | 0.65% | - |
| HSV(B) | 287.19º | 0.43% | 0.82% | - |
| XYZ | 39.46 | 28.98 | 63.84 | - |
| YUV | 151.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 209 | 0.09 | 0.43 | 0 | 0.18 | 287.19 | 0.49 | 0.65 |
| Hex | BE | 78 | D1 | 9 | 2B | 0 | 12 | 11F | 31 | 41 |
| Octal | 276 | 170 | 321 | 11 | 53 | 0 | 22 | 437 | 61 | 101 |
| Binary | 10111110 | 1111000 | 11010001 | 1001 | 101011 | 0 | 10010 | 100011111 | 110001 | 1000001 |
Color Harmonies of #BE78D1
Complementary color
Monochromatic Colors of #BE78D1
Black with #BE78D1
Text Example
Text Example
White with #BE78D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE78D1; }
p { color: rgb(190,120,209); }
H1.HeaderClassName
{
color: #BE78D1;
}
.AnyTagClassName
{
color: #BE78D1;
}
</style>
background-color css
<style>
a { background-color: #BE78D1; }
a { background-color: rgb(190,120,209); }
div.DivClassName
{
background-color: #BE78D1;
}
.BgClassName
{
background-color: #BE78D1;
}
</style>
border-color css
<style>
span { border-color: #BE78D1; }
span { border-color: rgb(190,120,209); }
td.TdClassName
{
border-color: #BE78D1;
}
.TagClassName
{
border-color: #BE78D1;
}
</style>