Shades of Medium Orchid #BE78DC
Tints of Medium Orchid #BE78DC
RGB
CMYK
RGB Variations
Color information
#BE78DC (or 0xBE78DC) is known color: Medium Orchid. HEX triplet: BE, 78 and DC. RGB value is (190,120,220). Sum of RGB (Red+Green+Blue) = 190+120+220=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE78DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE78DC is #418723. Grayscale: #989898. Windows color (decimal): -4294436 or 14448830. OLE color: 14448830.
HSL color Cylindrical-coordinate representation of color #BE78DC: hue angle of 282º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE78DC is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 120 | 220 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.14 |
| HSL | 282º | 0.59% | 0.67% | - |
| HSV(B) | 282º | 0.45% | 0.86% | - |
| XYZ | 40.87 | 29.55 | 71.26 | - |
| YUV | 152.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 220 | 0.14 | 0.45 | 0 | 0.14 | 282 | 0.59 | 0.67 |
| Hex | BE | 78 | DC | E | 2D | 0 | E | 11A | 3B | 43 |
| Octal | 276 | 170 | 334 | 16 | 55 | 0 | 16 | 432 | 73 | 103 |
| Binary | 10111110 | 1111000 | 11011100 | 1110 | 101101 | 0 | 1110 | 100011010 | 111011 | 1000011 |
Color Harmonies of #BE78DC
Complementary color
Monochromatic Colors of #BE78DC
Black with #BE78DC
Text Example
Text Example
White with #BE78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE78DC; }
p { color: rgb(190,120,220); }
H1.HeaderClassName
{
color: #BE78DC;
}
.AnyTagClassName
{
color: #BE78DC;
}
</style>
background-color css
<style>
a { background-color: #BE78DC; }
a { background-color: rgb(190,120,220); }
div.DivClassName
{
background-color: #BE78DC;
}
.BgClassName
{
background-color: #BE78DC;
}
</style>
border-color css
<style>
span { border-color: #BE78DC; }
span { border-color: rgb(190,120,220); }
td.TdClassName
{
border-color: #BE78DC;
}
.TagClassName
{
border-color: #BE78DC;
}
</style>