Shades of Medium Orchid #BE65DA
Tints of Medium Orchid #BE65DA
RGB
CMYK
RGB Variations
Color information
#BE65DA (or 0xBE65DA) is known color: Medium Orchid. HEX triplet: BE, 65 and DA. RGB value is (190,101,218). Sum of RGB (Red+Green+Blue) = 190+101+218=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE65DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65DA is #419A25. Grayscale: #8C8C8C. Windows color (decimal): -4299302 or 14312894. OLE color: 14312894.
HSL color Cylindrical-coordinate representation of color #BE65DA: hue angle of 285.64º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE65DA is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 101 | 218 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.15 |
| HSL | 285.64º | 0.61% | 0.63% | - |
| HSV(B) | 285.64º | 0.54% | 0.85% | - |
| XYZ | 38.54 | 25.32 | 69.18 | - |
| YUV | 140.95 | 171.49 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 218 | 0.13 | 0.54 | 0 | 0.15 | 285.64 | 0.61 | 0.63 |
| Hex | BE | 65 | DA | D | 36 | 0 | F | 11E | 3D | 3F |
| Octal | 276 | 145 | 332 | 15 | 66 | 0 | 17 | 436 | 75 | 77 |
| Binary | 10111110 | 1100101 | 11011010 | 1101 | 110110 | 0 | 1111 | 100011110 | 111101 | 111111 |
Color Harmonies of #BE65DA
Complementary color
Monochromatic Colors of #BE65DA
Black with #BE65DA
Text Example
Text Example
White with #BE65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE65DA; }
p { color: rgb(190,101,218); }
H1.HeaderClassName
{
color: #BE65DA;
}
.AnyTagClassName
{
color: #BE65DA;
}
</style>
background-color css
<style>
a { background-color: #BE65DA; }
a { background-color: rgb(190,101,218); }
div.DivClassName
{
background-color: #BE65DA;
}
.BgClassName
{
background-color: #BE65DA;
}
</style>
border-color css
<style>
span { border-color: #BE65DA; }
span { border-color: rgb(190,101,218); }
td.TdClassName
{
border-color: #BE65DA;
}
.TagClassName
{
border-color: #BE65DA;
}
</style>