Shades of Medium Orchid #BE67D9
Tints of Medium Orchid #BE67D9
RGB
CMYK
RGB Variations
Color information
#BE67D9 (or 0xBE67D9) is known color: Medium Orchid. HEX triplet: BE, 67 and D9. RGB value is (190,103,217). Sum of RGB (Red+Green+Blue) = 190+103+217=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE67D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE67D9 is #419826. Grayscale: #8D8D8D. Windows color (decimal): -4298791 or 14247870. OLE color: 14247870.
HSL color Cylindrical-coordinate representation of color #BE67D9: hue angle of 285.79º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE67D9 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 103 | 217 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.15 |
| HSL | 285.79º | 0.6% | 0.63% | - |
| HSV(B) | 285.79º | 0.53% | 0.85% | - |
| XYZ | 38.61 | 25.66 | 68.56 | - |
| YUV | 142.01 | 170.32 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 217 | 0.12 | 0.53 | 0 | 0.15 | 285.79 | 0.6 | 0.63 |
| Hex | BE | 67 | D9 | C | 35 | 0 | F | 11E | 3C | 3F |
| Octal | 276 | 147 | 331 | 14 | 65 | 0 | 17 | 436 | 74 | 77 |
| Binary | 10111110 | 1100111 | 11011001 | 1100 | 110101 | 0 | 1111 | 100011110 | 111100 | 111111 |
Color Harmonies of #BE67D9
Complementary color
Monochromatic Colors of #BE67D9
Black with #BE67D9
Text Example
Text Example
White with #BE67D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE67D9; }
p { color: rgb(190,103,217); }
H1.HeaderClassName
{
color: #BE67D9;
}
.AnyTagClassName
{
color: #BE67D9;
}
</style>
background-color css
<style>
a { background-color: #BE67D9; }
a { background-color: rgb(190,103,217); }
div.DivClassName
{
background-color: #BE67D9;
}
.BgClassName
{
background-color: #BE67D9;
}
</style>
border-color css
<style>
span { border-color: #BE67D9; }
span { border-color: rgb(190,103,217); }
td.TdClassName
{
border-color: #BE67D9;
}
.TagClassName
{
border-color: #BE67D9;
}
</style>