Shades of Medium Orchid #BE57DD
Tints of Medium Orchid #BE57DD
RGB
CMYK
RGB Variations
Color information
#BE57DD (or 0xBE57DD) is known color: Medium Orchid. HEX triplet: BE, 57 and DD. RGB value is (190,87,221). Sum of RGB (Red+Green+Blue) = 190+87+221=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE57DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57DD is #41A822. Grayscale: #848484. Windows color (decimal): -4302883 or 14505918. OLE color: 14505918.
HSL color Cylindrical-coordinate representation of color #BE57DD: hue angle of 286.12º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE57DD is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 87 | 221 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.13 |
| HSL | 286.12º | 0.66% | 0.6% | - |
| HSV(B) | 286.12º | 0.61% | 0.87% | - |
| XYZ | 37.69 | 22.98 | 70.86 | - |
| YUV | 133.07 | 177.62 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 87 | 221 | 0.14 | 0.61 | 0 | 0.13 | 286.12 | 0.66 | 0.6 |
| Hex | BE | 57 | DD | E | 3D | 0 | D | 11E | 42 | 3C |
| Octal | 276 | 127 | 335 | 16 | 75 | 0 | 15 | 436 | 102 | 74 |
| Binary | 10111110 | 1010111 | 11011101 | 1110 | 111101 | 0 | 1101 | 100011110 | 1000010 | 111100 |
Color Harmonies of #BE57DD
Complementary color
Monochromatic Colors of #BE57DD
Black with #BE57DD
Text Example
Text Example
White with #BE57DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE57DD; }
p { color: rgb(190,87,221); }
H1.HeaderClassName
{
color: #BE57DD;
}
.AnyTagClassName
{
color: #BE57DD;
}
</style>
background-color css
<style>
a { background-color: #BE57DD; }
a { background-color: rgb(190,87,221); }
div.DivClassName
{
background-color: #BE57DD;
}
.BgClassName
{
background-color: #BE57DD;
}
</style>
border-color css
<style>
span { border-color: #BE57DD; }
span { border-color: rgb(190,87,221); }
td.TdClassName
{
border-color: #BE57DD;
}
.TagClassName
{
border-color: #BE57DD;
}
</style>