Shades of Medium Orchid #BE61DB
Tints of Medium Orchid #BE61DB
RGB
CMYK
RGB Variations
Color information
#BE61DB (or 0xBE61DB) is known color: Medium Orchid. HEX triplet: BE, 61 and DB. RGB value is (190,97,219). Sum of RGB (Red+Green+Blue) = 190+97+219=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE61DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61DB is #419E24. Grayscale: #8A8A8A. Windows color (decimal): -4300325 or 14377406. OLE color: 14377406.
HSL color Cylindrical-coordinate representation of color #BE61DB: hue angle of 285.74º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE61DB is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 97 | 219 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.14 |
| HSL | 285.74º | 0.63% | 0.62% | - |
| HSV(B) | 285.74º | 0.56% | 0.86% | - |
| XYZ | 38.3 | 24.61 | 69.75 | - |
| YUV | 138.72 | 173.31 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 219 | 0.13 | 0.56 | 0 | 0.14 | 285.74 | 0.63 | 0.62 |
| Hex | BE | 61 | DB | D | 38 | 0 | E | 11E | 3F | 3E |
| Octal | 276 | 141 | 333 | 15 | 70 | 0 | 16 | 436 | 77 | 76 |
| Binary | 10111110 | 1100001 | 11011011 | 1101 | 111000 | 0 | 1110 | 100011110 | 111111 | 111110 |
Color Harmonies of #BE61DB
Complementary color
Monochromatic Colors of #BE61DB
Black with #BE61DB
Text Example
Text Example
White with #BE61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE61DB; }
p { color: rgb(190,97,219); }
H1.HeaderClassName
{
color: #BE61DB;
}
.AnyTagClassName
{
color: #BE61DB;
}
</style>
background-color css
<style>
a { background-color: #BE61DB; }
a { background-color: rgb(190,97,219); }
div.DivClassName
{
background-color: #BE61DB;
}
.BgClassName
{
background-color: #BE61DB;
}
</style>
border-color css
<style>
span { border-color: #BE61DB; }
span { border-color: rgb(190,97,219); }
td.TdClassName
{
border-color: #BE61DB;
}
.TagClassName
{
border-color: #BE61DB;
}
</style>