Shades of Medium Orchid #BE38D2
Tints of Medium Orchid #BE38D2
RGB
CMYK
RGB Variations
Color information
#BE38D2 (or 0xBE38D2) is known color: Medium Orchid. HEX triplet: BE, 38 and D2. RGB value is (190,56,210). Sum of RGB (Red+Green+Blue) = 190+56+210=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE38D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE38D2 is #41C72D. Grayscale: #717171. Windows color (decimal): -4310830 or 13777086. OLE color: 13777086.
HSL color Cylindrical-coordinate representation of color #BE38D2: hue angle of 292.21º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE38D2 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 56 | 210 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.18 |
| HSL | 292.21º | 0.63% | 0.52% | - |
| HSV(B) | 292.21º | 0.73% | 0.82% | - |
| XYZ | 34.28 | 18.43 | 62.72 | - |
| YUV | 113.62 | 182.39 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 210 | 0.10 | 0.73 | 0 | 0.18 | 292.21 | 0.63 | 0.52 |
| Hex | BE | 38 | D2 | A | 49 | 0 | 12 | 124 | 3F | 34 |
| Octal | 276 | 70 | 322 | 12 | 111 | 0 | 22 | 444 | 77 | 64 |
| Binary | 10111110 | 111000 | 11010010 | 1010 | 1001001 | 0 | 10010 | 100100100 | 111111 | 110100 |
Color Harmonies of #BE38D2
Complementary color
Monochromatic Colors of #BE38D2
Black with #BE38D2
Text Example
Text Example
White with #BE38D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE38D2; }
p { color: rgb(190,56,210); }
H1.HeaderClassName
{
color: #BE38D2;
}
.AnyTagClassName
{
color: #BE38D2;
}
</style>
background-color css
<style>
a { background-color: #BE38D2; }
a { background-color: rgb(190,56,210); }
div.DivClassName
{
background-color: #BE38D2;
}
.BgClassName
{
background-color: #BE38D2;
}
</style>
border-color css
<style>
span { border-color: #BE38D2; }
span { border-color: rgb(190,56,210); }
td.TdClassName
{
border-color: #BE38D2;
}
.TagClassName
{
border-color: #BE38D2;
}
</style>