Shades of Medium Orchid #BE65DC
Tints of Medium Orchid #BE65DC
RGB
CMYK
RGB Variations
Color information
#BE65DC (or 0xBE65DC) is known color: Medium Orchid. HEX triplet: BE, 65 and DC. RGB value is (190,101,220). Sum of RGB (Red+Green+Blue) = 190+101+220=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65DC is #419A23. Grayscale: #8C8C8C. Windows color (decimal): -4299300 or 14443966. OLE color: 14443966.
HSL color Cylindrical-coordinate representation of color #BE65DC: hue angle of 284.87º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE65DC is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 101 | 220 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.14 |
| HSL | 284.87º | 0.63% | 0.63% | - |
| HSV(B) | 284.87º | 0.54% | 0.86% | - |
| XYZ | 38.81 | 25.42 | 70.57 | - |
| YUV | 141.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 220 | 0.14 | 0.54 | 0 | 0.14 | 284.87 | 0.63 | 0.63 |
| Hex | BE | 65 | DC | E | 36 | 0 | E | 11D | 3F | 3F |
| Octal | 276 | 145 | 334 | 16 | 66 | 0 | 16 | 435 | 77 | 77 |
| Binary | 10111110 | 1100101 | 11011100 | 1110 | 110110 | 0 | 1110 | 100011101 | 111111 | 111111 |
Color Harmonies of #BE65DC
Complementary color
Monochromatic Colors of #BE65DC
Black with #BE65DC
Text Example
Text Example
White with #BE65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE65DC; }
p { color: rgb(190,101,220); }
H1.HeaderClassName
{
color: #BE65DC;
}
.AnyTagClassName
{
color: #BE65DC;
}
</style>
background-color css
<style>
a { background-color: #BE65DC; }
a { background-color: rgb(190,101,220); }
div.DivClassName
{
background-color: #BE65DC;
}
.BgClassName
{
background-color: #BE65DC;
}
</style>
border-color css
<style>
span { border-color: #BE65DC; }
span { border-color: rgb(190,101,220); }
td.TdClassName
{
border-color: #BE65DC;
}
.TagClassName
{
border-color: #BE65DC;
}
</style>