Shades of Medium Orchid #BE55D3
Tints of Medium Orchid #BE55D3
RGB
CMYK
RGB Variations
Color information
#BE55D3 (or 0xBE55D3) is known color: Medium Orchid. HEX triplet: BE, 55 and D3. RGB value is (190,85,211). Sum of RGB (Red+Green+Blue) = 190+85+211=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #BE55D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55D3 is #41AA2C. Grayscale: #828282. Windows color (decimal): -4303405 or 13850046. OLE color: 13850046.
HSL color Cylindrical-coordinate representation of color #BE55D3: hue angle of 290º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE55D3 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 85 | 211 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.17 |
| HSL | 290º | 0.59% | 0.58% | - |
| HSV(B) | 290º | 0.6% | 0.83% | - |
| XYZ | 36.24 | 22.15 | 63.99 | - |
| YUV | 130.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 211 | 0.10 | 0.60 | 0 | 0.17 | 290 | 0.59 | 0.58 |
| Hex | BE | 55 | D3 | A | 3C | 0 | 11 | 122 | 3B | 3A |
| Octal | 276 | 125 | 323 | 12 | 74 | 0 | 21 | 442 | 73 | 72 |
| Binary | 10111110 | 1010101 | 11010011 | 1010 | 111100 | 0 | 10001 | 100100010 | 111011 | 111010 |
Color Harmonies of #BE55D3
Complementary color
Monochromatic Colors of #BE55D3
Black with #BE55D3
Text Example
Text Example
White with #BE55D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE55D3; }
p { color: rgb(190,85,211); }
H1.HeaderClassName
{
color: #BE55D3;
}
.AnyTagClassName
{
color: #BE55D3;
}
</style>
background-color css
<style>
a { background-color: #BE55D3; }
a { background-color: rgb(190,85,211); }
div.DivClassName
{
background-color: #BE55D3;
}
.BgClassName
{
background-color: #BE55D3;
}
</style>
border-color css
<style>
span { border-color: #BE55D3; }
span { border-color: rgb(190,85,211); }
td.TdClassName
{
border-color: #BE55D3;
}
.TagClassName
{
border-color: #BE55D3;
}
</style>