Shades of Medium Orchid #BE78DB
Tints of Medium Orchid #BE78DB
RGB
CMYK
RGB Variations
Color information
#BE78DB (or 0xBE78DB) is known color: Medium Orchid. HEX triplet: BE, 78 and DB. RGB value is (190,120,219). Sum of RGB (Red+Green+Blue) = 190+120+219=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE78DB is #418724. Grayscale: #979797. Windows color (decimal): -4294437 or 14383294. OLE color: 14383294.
HSL color Cylindrical-coordinate representation of color #BE78DB: hue angle of 282.42º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE78DB is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 120 | 219 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.14 |
| HSL | 282.42º | 0.58% | 0.66% | - |
| HSV(B) | 282.42º | 0.45% | 0.86% | - |
| XYZ | 40.74 | 29.49 | 70.56 | - |
| YUV | 152.22 | 165.69 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 219 | 0.13 | 0.45 | 0 | 0.14 | 282.42 | 0.58 | 0.66 |
| Hex | BE | 78 | DB | D | 2D | 0 | E | 11A | 3A | 42 |
| Octal | 276 | 170 | 333 | 15 | 55 | 0 | 16 | 432 | 72 | 102 |
| Binary | 10111110 | 1111000 | 11011011 | 1101 | 101101 | 0 | 1110 | 100011010 | 111010 | 1000010 |
Color Harmonies of #BE78DB
Complementary color
Monochromatic Colors of #BE78DB
Black with #BE78DB
Text Example
Text Example
White with #BE78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE78DB; }
p { color: rgb(190,120,219); }
H1.HeaderClassName
{
color: #BE78DB;
}
.AnyTagClassName
{
color: #BE78DB;
}
</style>
background-color css
<style>
a { background-color: #BE78DB; }
a { background-color: rgb(190,120,219); }
div.DivClassName
{
background-color: #BE78DB;
}
.BgClassName
{
background-color: #BE78DB;
}
</style>
border-color css
<style>
span { border-color: #BE78DB; }
span { border-color: rgb(190,120,219); }
td.TdClassName
{
border-color: #BE78DB;
}
.TagClassName
{
border-color: #BE78DB;
}
</style>