Shades of Medium Orchid #BE53DD
Tints of Medium Orchid #BE53DD
RGB
CMYK
RGB Variations
Color information
#BE53DD (or 0xBE53DD) is known color: Medium Orchid. HEX triplet: BE, 53 and DD. RGB value is (190,83,221). Sum of RGB (Red+Green+Blue) = 190+83+221=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE53DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53DD is #41AC22. Grayscale: #828282. Windows color (decimal): -4303907 or 14504894. OLE color: 14504894.
HSL color Cylindrical-coordinate representation of color #BE53DD: hue angle of 286.52º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE53DD is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 83 | 221 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.13 |
| HSL | 286.52º | 0.67% | 0.6% | - |
| HSV(B) | 286.52º | 0.62% | 0.87% | - |
| XYZ | 37.38 | 22.35 | 70.75 | - |
| YUV | 130.73 | 178.95 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 221 | 0.14 | 0.62 | 0 | 0.13 | 286.52 | 0.67 | 0.6 |
| Hex | BE | 53 | DD | E | 3E | 0 | D | 11F | 43 | 3C |
| Octal | 276 | 123 | 335 | 16 | 76 | 0 | 15 | 437 | 103 | 74 |
| Binary | 10111110 | 1010011 | 11011101 | 1110 | 111110 | 0 | 1101 | 100011111 | 1000011 | 111100 |
Color Harmonies of #BE53DD
Complementary color
Monochromatic Colors of #BE53DD
Black with #BE53DD
Text Example
Text Example
White with #BE53DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE53DD; }
p { color: rgb(190,83,221); }
H1.HeaderClassName
{
color: #BE53DD;
}
.AnyTagClassName
{
color: #BE53DD;
}
</style>
background-color css
<style>
a { background-color: #BE53DD; }
a { background-color: rgb(190,83,221); }
div.DivClassName
{
background-color: #BE53DD;
}
.BgClassName
{
background-color: #BE53DD;
}
</style>
border-color css
<style>
span { border-color: #BE53DD; }
span { border-color: rgb(190,83,221); }
td.TdClassName
{
border-color: #BE53DD;
}
.TagClassName
{
border-color: #BE53DD;
}
</style>