Shades of Medium Orchid #BE61D5
Tints of Medium Orchid #BE61D5
RGB
CMYK
RGB Variations
Color information
#BE61D5 (or 0xBE61D5) is known color: Medium Orchid. HEX triplet: BE, 61 and D5. RGB value is (190,97,213). Sum of RGB (Red+Green+Blue) = 190+97+213=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE61D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61D5 is #419E2A. Grayscale: #898989. Windows color (decimal): -4300331 or 13984190. OLE color: 13984190.
HSL color Cylindrical-coordinate representation of color #BE61D5: hue angle of 288.1º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE61D5 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 97 | 213 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.16 |
| HSL | 288.1º | 0.58% | 0.61% | - |
| HSV(B) | 288.1º | 0.54% | 0.84% | - |
| XYZ | 37.52 | 24.3 | 65.66 | - |
| YUV | 138.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 213 | 0.11 | 0.54 | 0 | 0.16 | 288.1 | 0.58 | 0.61 |
| Hex | BE | 61 | D5 | B | 36 | 0 | 10 | 120 | 3A | 3D |
| Octal | 276 | 141 | 325 | 13 | 66 | 0 | 20 | 440 | 72 | 75 |
| Binary | 10111110 | 1100001 | 11010101 | 1011 | 110110 | 0 | 10000 | 100100000 | 111010 | 111101 |
Color Harmonies of #BE61D5
Complementary color
Monochromatic Colors of #BE61D5
Black with #BE61D5
Text Example
Text Example
White with #BE61D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE61D5; }
p { color: rgb(190,97,213); }
H1.HeaderClassName
{
color: #BE61D5;
}
.AnyTagClassName
{
color: #BE61D5;
}
</style>
background-color css
<style>
a { background-color: #BE61D5; }
a { background-color: rgb(190,97,213); }
div.DivClassName
{
background-color: #BE61D5;
}
.BgClassName
{
background-color: #BE61D5;
}
</style>
border-color css
<style>
span { border-color: #BE61D5; }
span { border-color: rgb(190,97,213); }
td.TdClassName
{
border-color: #BE61D5;
}
.TagClassName
{
border-color: #BE61D5;
}
</style>