Shades of Medium Orchid #BE78DF
Tints of Medium Orchid #BE78DF
RGB
CMYK
RGB Variations
Color information
#BE78DF (or 0xBE78DF) is known color: Medium Orchid. HEX triplet: BE, 78 and DF. RGB value is (190,120,223). Sum of RGB (Red+Green+Blue) = 190+120+223=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE78DF is #418720. Grayscale: #989898. Windows color (decimal): -4294433 or 14645438. OLE color: 14645438.
HSL color Cylindrical-coordinate representation of color #BE78DF: hue angle of 280.78º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE78DF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 120 | 223 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.13 |
| HSL | 280.78º | 0.62% | 0.67% | - |
| HSV(B) | 280.78º | 0.46% | 0.87% | - |
| XYZ | 41.27 | 29.71 | 73.37 | - |
| YUV | 152.67 | 167.69 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 223 | 0.15 | 0.46 | 0 | 0.13 | 280.78 | 0.62 | 0.67 |
| Hex | BE | 78 | DF | F | 2E | 0 | D | 119 | 3E | 43 |
| Octal | 276 | 170 | 337 | 17 | 56 | 0 | 15 | 431 | 76 | 103 |
| Binary | 10111110 | 1111000 | 11011111 | 1111 | 101110 | 0 | 1101 | 100011001 | 111110 | 1000011 |
Color Harmonies of #BE78DF
Complementary color
Monochromatic Colors of #BE78DF
Black with #BE78DF
Text Example
Text Example
White with #BE78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE78DF; }
p { color: rgb(190,120,223); }
H1.HeaderClassName
{
color: #BE78DF;
}
.AnyTagClassName
{
color: #BE78DF;
}
</style>
background-color css
<style>
a { background-color: #BE78DF; }
a { background-color: rgb(190,120,223); }
div.DivClassName
{
background-color: #BE78DF;
}
.BgClassName
{
background-color: #BE78DF;
}
</style>
border-color css
<style>
span { border-color: #BE78DF; }
span { border-color: rgb(190,120,223); }
td.TdClassName
{
border-color: #BE78DF;
}
.TagClassName
{
border-color: #BE78DF;
}
</style>