Shades of Medium Orchid #BE2DD5
Tints of Medium Orchid #BE2DD5
RGB
CMYK
RGB Variations
Color information
#BE2DD5 (or 0xBE2DD5) is known color: Medium Orchid. HEX triplet: BE, 2D and D5. RGB value is (190,45,213). Sum of RGB (Red+Green+Blue) = 190+45+213=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE2DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DD5 is #41D22A. Grayscale: #6A6A6A. Windows color (decimal): -4313643 or 13970878. OLE color: 13970878.
HSL color Cylindrical-coordinate representation of color #BE2DD5: hue angle of 291.79º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2DD5 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 45 | 213 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.16 |
| HSL | 291.79º | 0.67% | 0.51% | - |
| HSV(B) | 291.79º | 0.79% | 0.84% | - |
| XYZ | 34.18 | 17.63 | 64.55 | - |
| YUV | 107.51 | 187.54 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 213 | 0.11 | 0.79 | 0 | 0.16 | 291.79 | 0.67 | 0.51 |
| Hex | BE | 2D | D5 | B | 4F | 0 | 10 | 124 | 43 | 33 |
| Octal | 276 | 55 | 325 | 13 | 117 | 0 | 20 | 444 | 103 | 63 |
| Binary | 10111110 | 101101 | 11010101 | 1011 | 1001111 | 0 | 10000 | 100100100 | 1000011 | 110011 |
Color Harmonies of #BE2DD5
Complementary color
Monochromatic Colors of #BE2DD5
Black with #BE2DD5
Text Example
Text Example
White with #BE2DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2DD5; }
p { color: rgb(190,45,213); }
H1.HeaderClassName
{
color: #BE2DD5;
}
.AnyTagClassName
{
color: #BE2DD5;
}
</style>
background-color css
<style>
a { background-color: #BE2DD5; }
a { background-color: rgb(190,45,213); }
div.DivClassName
{
background-color: #BE2DD5;
}
.BgClassName
{
background-color: #BE2DD5;
}
</style>
border-color css
<style>
span { border-color: #BE2DD5; }
span { border-color: rgb(190,45,213); }
td.TdClassName
{
border-color: #BE2DD5;
}
.TagClassName
{
border-color: #BE2DD5;
}
</style>