Shades of Medium Orchid #BE52DD
Tints of Medium Orchid #BE52DD
RGB
CMYK
RGB Variations
Color information
#BE52DD (or 0xBE52DD) is known color: Medium Orchid. HEX triplet: BE, 52 and DD. RGB value is (190,82,221). Sum of RGB (Red+Green+Blue) = 190+82+221=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE52DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE52DD is #41AD22. Grayscale: #818181. Windows color (decimal): -4304163 or 14504638. OLE color: 14504638.
HSL color Cylindrical-coordinate representation of color #BE52DD: hue angle of 286.62º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE52DD is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 82 | 221 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.13 |
| HSL | 286.62º | 0.67% | 0.59% | - |
| HSV(B) | 286.62º | 0.63% | 0.87% | - |
| XYZ | 37.3 | 22.2 | 70.73 | - |
| YUV | 130.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 221 | 0.14 | 0.63 | 0 | 0.13 | 286.62 | 0.67 | 0.59 |
| Hex | BE | 52 | DD | E | 3F | 0 | D | 11F | 43 | 3B |
| Octal | 276 | 122 | 335 | 16 | 77 | 0 | 15 | 437 | 103 | 73 |
| Binary | 10111110 | 1010010 | 11011101 | 1110 | 111111 | 0 | 1101 | 100011111 | 1000011 | 111011 |
Color Harmonies of #BE52DD
Complementary color
Monochromatic Colors of #BE52DD
Black with #BE52DD
Text Example
Text Example
White with #BE52DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE52DD; }
p { color: rgb(190,82,221); }
H1.HeaderClassName
{
color: #BE52DD;
}
.AnyTagClassName
{
color: #BE52DD;
}
</style>
background-color css
<style>
a { background-color: #BE52DD; }
a { background-color: rgb(190,82,221); }
div.DivClassName
{
background-color: #BE52DD;
}
.BgClassName
{
background-color: #BE52DD;
}
</style>
border-color css
<style>
span { border-color: #BE52DD; }
span { border-color: rgb(190,82,221); }
td.TdClassName
{
border-color: #BE52DD;
}
.TagClassName
{
border-color: #BE52DD;
}
</style>