Shades of Medium Orchid #BE53D2
Tints of Medium Orchid #BE53D2
RGB
CMYK
RGB Variations
Color information
#BE53D2 (or 0xBE53D2) is known color: Medium Orchid. HEX triplet: BE, 53 and D2. RGB value is (190,83,210). Sum of RGB (Red+Green+Blue) = 190+83+210=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE53D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53D2 is #41AC2D. Grayscale: #818181. Windows color (decimal): -4303918 or 13783998. OLE color: 13783998.
HSL color Cylindrical-coordinate representation of color #BE53D2: hue angle of 290.55º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE53D2 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 83 | 210 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.18 |
| HSL | 290.55º | 0.59% | 0.57% | - |
| HSV(B) | 290.55º | 0.6% | 0.82% | - |
| XYZ | 35.96 | 21.79 | 63.28 | - |
| YUV | 129.47 | 173.45 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 210 | 0.10 | 0.60 | 0 | 0.18 | 290.55 | 0.59 | 0.57 |
| Hex | BE | 53 | D2 | A | 3C | 0 | 12 | 123 | 3B | 39 |
| Octal | 276 | 123 | 322 | 12 | 74 | 0 | 22 | 443 | 73 | 71 |
| Binary | 10111110 | 1010011 | 11010010 | 1010 | 111100 | 0 | 10010 | 100100011 | 111011 | 111001 |
Color Harmonies of #BE53D2
Complementary color
Monochromatic Colors of #BE53D2
Black with #BE53D2
Text Example
Text Example
White with #BE53D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE53D2; }
p { color: rgb(190,83,210); }
H1.HeaderClassName
{
color: #BE53D2;
}
.AnyTagClassName
{
color: #BE53D2;
}
</style>
background-color css
<style>
a { background-color: #BE53D2; }
a { background-color: rgb(190,83,210); }
div.DivClassName
{
background-color: #BE53D2;
}
.BgClassName
{
background-color: #BE53D2;
}
</style>
border-color css
<style>
span { border-color: #BE53D2; }
span { border-color: rgb(190,83,210); }
td.TdClassName
{
border-color: #BE53D2;
}
.TagClassName
{
border-color: #BE53D2;
}
</style>