Shades of Medium Orchid #BE52DF
Tints of Medium Orchid #BE52DF
RGB
CMYK
RGB Variations
Color information
#BE52DF (or 0xBE52DF) is known color: Medium Orchid. HEX triplet: BE, 52 and DF. RGB value is (190,82,223). Sum of RGB (Red+Green+Blue) = 190+82+223=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE52DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE52DF is #41AD20. Grayscale: #818181. Windows color (decimal): -4304161 or 14635710. OLE color: 14635710.
HSL color Cylindrical-coordinate representation of color #BE52DF: hue angle of 285.96º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE52DF is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 82 | 223 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.13 |
| HSL | 285.96º | 0.69% | 0.6% | - |
| HSV(B) | 285.96º | 0.63% | 0.87% | - |
| XYZ | 37.57 | 22.31 | 72.14 | - |
| YUV | 130.37 | 180.28 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 223 | 0.15 | 0.63 | 0 | 0.13 | 285.96 | 0.69 | 0.6 |
| Hex | BE | 52 | DF | F | 3F | 0 | D | 11E | 45 | 3C |
| Octal | 276 | 122 | 337 | 17 | 77 | 0 | 15 | 436 | 105 | 74 |
| Binary | 10111110 | 1010010 | 11011111 | 1111 | 111111 | 0 | 1101 | 100011110 | 1000101 | 111100 |
Color Harmonies of #BE52DF
Complementary color
Monochromatic Colors of #BE52DF
Black with #BE52DF
Text Example
Text Example
White with #BE52DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE52DF; }
p { color: rgb(190,82,223); }
H1.HeaderClassName
{
color: #BE52DF;
}
.AnyTagClassName
{
color: #BE52DF;
}
</style>
background-color css
<style>
a { background-color: #BE52DF; }
a { background-color: rgb(190,82,223); }
div.DivClassName
{
background-color: #BE52DF;
}
.BgClassName
{
background-color: #BE52DF;
}
</style>
border-color css
<style>
span { border-color: #BE52DF; }
span { border-color: rgb(190,82,223); }
td.TdClassName
{
border-color: #BE52DF;
}
.TagClassName
{
border-color: #BE52DF;
}
</style>