Shades of Medium Orchid #BE60DD
Tints of Medium Orchid #BE60DD
RGB
CMYK
RGB Variations
Color information
#BE60DD (or 0xBE60DD) is known color: Medium Orchid. HEX triplet: BE, 60 and DD. RGB value is (190,96,221). Sum of RGB (Red+Green+Blue) = 190+96+221=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE60DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE60DD is #419F22. Grayscale: #898989. Windows color (decimal): -4300579 or 14508222. OLE color: 14508222.
HSL color Cylindrical-coordinate representation of color #BE60DD: hue angle of 285.12º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE60DD is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 96 | 221 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.13 |
| HSL | 285.12º | 0.65% | 0.62% | - |
| HSV(B) | 285.12º | 0.57% | 0.87% | - |
| XYZ | 38.47 | 24.53 | 71.11 | - |
| YUV | 138.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 221 | 0.14 | 0.57 | 0 | 0.13 | 285.12 | 0.65 | 0.62 |
| Hex | BE | 60 | DD | E | 39 | 0 | D | 11D | 41 | 3E |
| Octal | 276 | 140 | 335 | 16 | 71 | 0 | 15 | 435 | 101 | 76 |
| Binary | 10111110 | 1100000 | 11011101 | 1110 | 111001 | 0 | 1101 | 100011101 | 1000001 | 111110 |
Color Harmonies of #BE60DD
Complementary color
Monochromatic Colors of #BE60DD
Black with #BE60DD
Text Example
Text Example
White with #BE60DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE60DD; }
p { color: rgb(190,96,221); }
H1.HeaderClassName
{
color: #BE60DD;
}
.AnyTagClassName
{
color: #BE60DD;
}
</style>
background-color css
<style>
a { background-color: #BE60DD; }
a { background-color: rgb(190,96,221); }
div.DivClassName
{
background-color: #BE60DD;
}
.BgClassName
{
background-color: #BE60DD;
}
</style>
border-color css
<style>
span { border-color: #BE60DD; }
span { border-color: rgb(190,96,221); }
td.TdClassName
{
border-color: #BE60DD;
}
.TagClassName
{
border-color: #BE60DD;
}
</style>