Shades of Medium Orchid #BE52D5
Tints of Medium Orchid #BE52D5
RGB
CMYK
RGB Variations
Color information
#BE52D5 (or 0xBE52D5) is known color: Medium Orchid. HEX triplet: BE, 52 and D5. RGB value is (190,82,213). Sum of RGB (Red+Green+Blue) = 190+82+213=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE52D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE52D5 is #41AD2A. Grayscale: #808080. Windows color (decimal): -4304171 or 13980350. OLE color: 13980350.
HSL color Cylindrical-coordinate representation of color #BE52D5: hue angle of 289.47º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE52D5 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 82 | 213 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.16 |
| HSL | 289.47º | 0.61% | 0.58% | - |
| HSV(B) | 289.47º | 0.62% | 0.84% | - |
| XYZ | 36.26 | 21.79 | 65.24 | - |
| YUV | 129.23 | 175.28 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 213 | 0.11 | 0.62 | 0 | 0.16 | 289.47 | 0.61 | 0.58 |
| Hex | BE | 52 | D5 | B | 3E | 0 | 10 | 121 | 3D | 3A |
| Octal | 276 | 122 | 325 | 13 | 76 | 0 | 20 | 441 | 75 | 72 |
| Binary | 10111110 | 1010010 | 11010101 | 1011 | 111110 | 0 | 10000 | 100100001 | 111101 | 111010 |
Color Harmonies of #BE52D5
Complementary color
Monochromatic Colors of #BE52D5
Black with #BE52D5
Text Example
Text Example
White with #BE52D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE52D5; }
p { color: rgb(190,82,213); }
H1.HeaderClassName
{
color: #BE52D5;
}
.AnyTagClassName
{
color: #BE52D5;
}
</style>
background-color css
<style>
a { background-color: #BE52D5; }
a { background-color: rgb(190,82,213); }
div.DivClassName
{
background-color: #BE52D5;
}
.BgClassName
{
background-color: #BE52D5;
}
</style>
border-color css
<style>
span { border-color: #BE52D5; }
span { border-color: rgb(190,82,213); }
td.TdClassName
{
border-color: #BE52D5;
}
.TagClassName
{
border-color: #BE52D5;
}
</style>