Shades of Medium Orchid #BE38D6
Tints of Medium Orchid #BE38D6
RGB
CMYK
RGB Variations
Color information
#BE38D6 (or 0xBE38D6) is known color: Medium Orchid. HEX triplet: BE, 38 and D6. RGB value is (190,56,214). Sum of RGB (Red+Green+Blue) = 190+56+214=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE38D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE38D6 is #41C729. Grayscale: #717171. Windows color (decimal): -4310826 or 14039230. OLE color: 14039230.
HSL color Cylindrical-coordinate representation of color #BE38D6: hue angle of 290.89º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE38D6 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 56 | 214 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.16 |
| HSL | 290.89º | 0.66% | 0.53% | - |
| HSV(B) | 290.89º | 0.74% | 0.84% | - |
| XYZ | 34.79 | 18.63 | 65.38 | - |
| YUV | 114.08 | 184.39 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 214 | 0.11 | 0.74 | 0 | 0.16 | 290.89 | 0.66 | 0.53 |
| Hex | BE | 38 | D6 | B | 4A | 0 | 10 | 123 | 42 | 35 |
| Octal | 276 | 70 | 326 | 13 | 112 | 0 | 20 | 443 | 102 | 65 |
| Binary | 10111110 | 111000 | 11010110 | 1011 | 1001010 | 0 | 10000 | 100100011 | 1000010 | 110101 |
Color Harmonies of #BE38D6
Complementary color
Monochromatic Colors of #BE38D6
Black with #BE38D6
Text Example
Text Example
White with #BE38D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE38D6; }
p { color: rgb(190,56,214); }
H1.HeaderClassName
{
color: #BE38D6;
}
.AnyTagClassName
{
color: #BE38D6;
}
</style>
background-color css
<style>
a { background-color: #BE38D6; }
a { background-color: rgb(190,56,214); }
div.DivClassName
{
background-color: #BE38D6;
}
.BgClassName
{
background-color: #BE38D6;
}
</style>
border-color css
<style>
span { border-color: #BE38D6; }
span { border-color: rgb(190,56,214); }
td.TdClassName
{
border-color: #BE38D6;
}
.TagClassName
{
border-color: #BE38D6;
}
</style>