Shades of Medium Orchid #BE53D0
Tints of Medium Orchid #BE53D0
RGB
CMYK
RGB Variations
Color information
#BE53D0 (or 0xBE53D0) is known color: Medium Orchid. HEX triplet: BE, 53 and D0. RGB value is (190,83,208). Sum of RGB (Red+Green+Blue) = 190+83+208=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE53D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53D0 is #41AC2F. Grayscale: #808080. Windows color (decimal): -4303920 or 13652926. OLE color: 13652926.
HSL color Cylindrical-coordinate representation of color #BE53D0: hue angle of 291.36º degrees, saturation: 0.57, 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 #BE53D0 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 83 | 208 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.18 |
| HSL | 291.36º | 0.57% | 0.57% | - |
| HSV(B) | 291.36º | 0.6% | 0.82% | - |
| XYZ | 35.71 | 21.69 | 61.98 | - |
| YUV | 129.24 | 172.45 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 208 | 0.09 | 0.60 | 0 | 0.18 | 291.36 | 0.57 | 0.57 |
| Hex | BE | 53 | D0 | 9 | 3C | 0 | 12 | 123 | 39 | 39 |
| Octal | 276 | 123 | 320 | 11 | 74 | 0 | 22 | 443 | 71 | 71 |
| Binary | 10111110 | 1010011 | 11010000 | 1001 | 111100 | 0 | 10010 | 100100011 | 111001 | 111001 |
Color Harmonies of #BE53D0
Complementary color
Monochromatic Colors of #BE53D0
Black with #BE53D0
Text Example
Text Example
White with #BE53D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE53D0; }
p { color: rgb(190,83,208); }
H1.HeaderClassName
{
color: #BE53D0;
}
.AnyTagClassName
{
color: #BE53D0;
}
</style>
background-color css
<style>
a { background-color: #BE53D0; }
a { background-color: rgb(190,83,208); }
div.DivClassName
{
background-color: #BE53D0;
}
.BgClassName
{
background-color: #BE53D0;
}
</style>
border-color css
<style>
span { border-color: #BE53D0; }
span { border-color: rgb(190,83,208); }
td.TdClassName
{
border-color: #BE53D0;
}
.TagClassName
{
border-color: #BE53D0;
}
</style>