Shades of Medium Orchid #BE55D0
Tints of Medium Orchid #BE55D0
RGB
CMYK
RGB Variations
Color information
#BE55D0 (or 0xBE55D0) is known color: Medium Orchid. HEX triplet: BE, 55 and D0. RGB value is (190,85,208). Sum of RGB (Red+Green+Blue) = 190+85+208=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE55D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55D0 is #41AA2F. Grayscale: #828282. Windows color (decimal): -4303408 or 13653438. OLE color: 13653438.
HSL color Cylindrical-coordinate representation of color #BE55D0: hue angle of 291.22º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE55D0 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 85 | 208 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.18 |
| HSL | 291.22º | 0.57% | 0.57% | - |
| HSV(B) | 291.22º | 0.59% | 0.82% | - |
| XYZ | 35.87 | 22 | 62.03 | - |
| YUV | 130.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 208 | 0.09 | 0.59 | 0 | 0.18 | 291.22 | 0.57 | 0.57 |
| Hex | BE | 55 | D0 | 9 | 3B | 0 | 12 | 123 | 39 | 39 |
| Octal | 276 | 125 | 320 | 11 | 73 | 0 | 22 | 443 | 71 | 71 |
| Binary | 10111110 | 1010101 | 11010000 | 1001 | 111011 | 0 | 10010 | 100100011 | 111001 | 111001 |
Color Harmonies of #BE55D0
Complementary color
Monochromatic Colors of #BE55D0
Black with #BE55D0
Text Example
Text Example
White with #BE55D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE55D0; }
p { color: rgb(190,85,208); }
H1.HeaderClassName
{
color: #BE55D0;
}
.AnyTagClassName
{
color: #BE55D0;
}
</style>
background-color css
<style>
a { background-color: #BE55D0; }
a { background-color: rgb(190,85,208); }
div.DivClassName
{
background-color: #BE55D0;
}
.BgClassName
{
background-color: #BE55D0;
}
</style>
border-color css
<style>
span { border-color: #BE55D0; }
span { border-color: rgb(190,85,208); }
td.TdClassName
{
border-color: #BE55D0;
}
.TagClassName
{
border-color: #BE55D0;
}
</style>