Shades of Medium Orchid #BE55CE
Tints of Medium Orchid #BE55CE
RGB
CMYK
RGB Variations
Color information
#BE55CE (or 0xBE55CE) is known color: Medium Orchid. HEX triplet: BE, 55 and CE. RGB value is (190,85,206). Sum of RGB (Red+Green+Blue) = 190+85+206=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE55CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55CE is #41AA31. Grayscale: #818181. Windows color (decimal): -4303410 or 13522366. OLE color: 13522366.
HSL color Cylindrical-coordinate representation of color #BE55CE: hue angle of 292.07º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE55CE is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 85 | 206 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.19 |
| HSL | 292.07º | 0.55% | 0.57% | - |
| HSV(B) | 292.07º | 0.59% | 0.81% | - |
| XYZ | 35.62 | 21.9 | 60.74 | - |
| YUV | 130.19 | 170.79 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 206 | 0.08 | 0.59 | 0 | 0.19 | 292.07 | 0.55 | 0.57 |
| Hex | BE | 55 | CE | 8 | 3B | 0 | 13 | 124 | 37 | 39 |
| Octal | 276 | 125 | 316 | 10 | 73 | 0 | 23 | 444 | 67 | 71 |
| Binary | 10111110 | 1010101 | 11001110 | 1000 | 111011 | 0 | 10011 | 100100100 | 110111 | 111001 |
Color Harmonies of #BE55CE
Complementary color
Monochromatic Colors of #BE55CE
Black with #BE55CE
Text Example
Text Example
White with #BE55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE55CE; }
p { color: rgb(190,85,206); }
H1.HeaderClassName
{
color: #BE55CE;
}
.AnyTagClassName
{
color: #BE55CE;
}
</style>
background-color css
<style>
a { background-color: #BE55CE; }
a { background-color: rgb(190,85,206); }
div.DivClassName
{
background-color: #BE55CE;
}
.BgClassName
{
background-color: #BE55CE;
}
</style>
border-color css
<style>
span { border-color: #BE55CE; }
span { border-color: rgb(190,85,206); }
td.TdClassName
{
border-color: #BE55CE;
}
.TagClassName
{
border-color: #BE55CE;
}
</style>