Shades of Medium Orchid #BE52D1
Tints of Medium Orchid #BE52D1
RGB
CMYK
RGB Variations
Color information
#BE52D1 (or 0xBE52D1) is known color: Medium Orchid. HEX triplet: BE, 52 and D1. RGB value is (190,82,209). Sum of RGB (Red+Green+Blue) = 190+82+209=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE52D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE52D1 is #41AD2E. Grayscale: #808080. Windows color (decimal): -4304175 or 13718206. OLE color: 13718206.
HSL color Cylindrical-coordinate representation of color #BE52D1: hue angle of 291.02º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE52D1 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 82 | 209 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.18 |
| HSL | 291.02º | 0.58% | 0.57% | - |
| HSV(B) | 291.02º | 0.61% | 0.82% | - |
| XYZ | 35.76 | 21.59 | 62.6 | - |
| YUV | 128.77 | 173.28 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 209 | 0.09 | 0.61 | 0 | 0.18 | 291.02 | 0.58 | 0.57 |
| Hex | BE | 52 | D1 | 9 | 3D | 0 | 12 | 123 | 3A | 39 |
| Octal | 276 | 122 | 321 | 11 | 75 | 0 | 22 | 443 | 72 | 71 |
| Binary | 10111110 | 1010010 | 11010001 | 1001 | 111101 | 0 | 10010 | 100100011 | 111010 | 111001 |
Color Harmonies of #BE52D1
Complementary color
Monochromatic Colors of #BE52D1
Black with #BE52D1
Text Example
Text Example
White with #BE52D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE52D1; }
p { color: rgb(190,82,209); }
H1.HeaderClassName
{
color: #BE52D1;
}
.AnyTagClassName
{
color: #BE52D1;
}
</style>
background-color css
<style>
a { background-color: #BE52D1; }
a { background-color: rgb(190,82,209); }
div.DivClassName
{
background-color: #BE52D1;
}
.BgClassName
{
background-color: #BE52D1;
}
</style>
border-color css
<style>
span { border-color: #BE52D1; }
span { border-color: rgb(190,82,209); }
td.TdClassName
{
border-color: #BE52D1;
}
.TagClassName
{
border-color: #BE52D1;
}
</style>