Shades of Medium Orchid #BE63DA
Tints of Medium Orchid #BE63DA
RGB
CMYK
RGB Variations
Color information
#BE63DA (or 0xBE63DA) is known color: Medium Orchid. HEX triplet: BE, 63 and DA. RGB value is (190,99,218). Sum of RGB (Red+Green+Blue) = 190+99+218=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE63DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63DA is #419C25. Grayscale: #8B8B8B. Windows color (decimal): -4299814 or 14312382. OLE color: 14312382.
HSL color Cylindrical-coordinate representation of color #BE63DA: hue angle of 285.88º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE63DA is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 99 | 218 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.15 |
| HSL | 285.88º | 0.62% | 0.62% | - |
| HSV(B) | 285.88º | 0.55% | 0.85% | - |
| XYZ | 38.35 | 24.93 | 69.12 | - |
| YUV | 139.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 218 | 0.13 | 0.55 | 0 | 0.15 | 285.88 | 0.62 | 0.62 |
| Hex | BE | 63 | DA | D | 37 | 0 | F | 11E | 3E | 3E |
| Octal | 276 | 143 | 332 | 15 | 67 | 0 | 17 | 436 | 76 | 76 |
| Binary | 10111110 | 1100011 | 11011010 | 1101 | 110111 | 0 | 1111 | 100011110 | 111110 | 111110 |
Color Harmonies of #BE63DA
Complementary color
Monochromatic Colors of #BE63DA
Black with #BE63DA
Text Example
Text Example
White with #BE63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE63DA; }
p { color: rgb(190,99,218); }
H1.HeaderClassName
{
color: #BE63DA;
}
.AnyTagClassName
{
color: #BE63DA;
}
</style>
background-color css
<style>
a { background-color: #BE63DA; }
a { background-color: rgb(190,99,218); }
div.DivClassName
{
background-color: #BE63DA;
}
.BgClassName
{
background-color: #BE63DA;
}
</style>
border-color css
<style>
span { border-color: #BE63DA; }
span { border-color: rgb(190,99,218); }
td.TdClassName
{
border-color: #BE63DA;
}
.TagClassName
{
border-color: #BE63DA;
}
</style>