Shades of Medium Orchid #BE53CE
Tints of Medium Orchid #BE53CE
RGB
CMYK
RGB Variations
Color information
#BE53CE (or 0xBE53CE) is known color: Medium Orchid. HEX triplet: BE, 53 and CE. RGB value is (190,83,206). Sum of RGB (Red+Green+Blue) = 190+83+206=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE53CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53CE is #41AC31. Grayscale: #808080. Windows color (decimal): -4303922 or 13521854. OLE color: 13521854.
HSL color Cylindrical-coordinate representation of color #BE53CE: hue angle of 292.2º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE53CE is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 83 | 206 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.19 |
| HSL | 292.2º | 0.56% | 0.57% | - |
| HSV(B) | 292.2º | 0.6% | 0.81% | - |
| XYZ | 35.47 | 21.59 | 60.69 | - |
| YUV | 129.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 206 | 0.08 | 0.60 | 0 | 0.19 | 292.2 | 0.56 | 0.57 |
| Hex | BE | 53 | CE | 8 | 3C | 0 | 13 | 124 | 38 | 39 |
| Octal | 276 | 123 | 316 | 10 | 74 | 0 | 23 | 444 | 70 | 71 |
| Binary | 10111110 | 1010011 | 11001110 | 1000 | 111100 | 0 | 10011 | 100100100 | 111000 | 111001 |
Color Harmonies of #BE53CE
Complementary color
Monochromatic Colors of #BE53CE
Black with #BE53CE
Text Example
Text Example
White with #BE53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE53CE; }
p { color: rgb(190,83,206); }
H1.HeaderClassName
{
color: #BE53CE;
}
.AnyTagClassName
{
color: #BE53CE;
}
</style>
background-color css
<style>
a { background-color: #BE53CE; }
a { background-color: rgb(190,83,206); }
div.DivClassName
{
background-color: #BE53CE;
}
.BgClassName
{
background-color: #BE53CE;
}
</style>
border-color css
<style>
span { border-color: #BE53CE; }
span { border-color: rgb(190,83,206); }
td.TdClassName
{
border-color: #BE53CE;
}
.TagClassName
{
border-color: #BE53CE;
}
</style>