Shades of Medium Orchid #BE38ED
Tints of Medium Orchid #BE38ED
RGB
CMYK
RGB Variations
Color information
#BE38ED (or 0xBE38ED) is known color: Medium Orchid. HEX triplet: BE, 38 and ED. RGB value is (190,56,237). Sum of RGB (Red+Green+Blue) = 190+56+237=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE38ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE38ED is #41C712. Grayscale: #747474. Windows color (decimal): -4310803 or 15546558. OLE color: 15546558.
HSL color Cylindrical-coordinate representation of color #BE38ED: hue angle of 284.42º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE38ED is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 56 | 237 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.07 |
| HSL | 284.42º | 0.83% | 0.57% | - |
| HSV(B) | 284.42º | 0.76% | 0.93% | - |
| XYZ | 37.94 | 19.89 | 81.96 | - |
| YUV | 116.7 | 195.89 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 237 | 0.20 | 0.76 | 0 | 0.07 | 284.42 | 0.83 | 0.57 |
| Hex | BE | 38 | ED | 14 | 4C | 0 | 7 | 11C | 53 | 39 |
| Octal | 276 | 70 | 355 | 24 | 114 | 0 | 7 | 434 | 123 | 71 |
| Binary | 10111110 | 111000 | 11101101 | 10100 | 1001100 | 0 | 111 | 100011100 | 1010011 | 111001 |
Color Harmonies of #BE38ED
Complementary color
Monochromatic Colors of #BE38ED
Black with #BE38ED
Text Example
Text Example
White with #BE38ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE38ED; }
p { color: rgb(190,56,237); }
H1.HeaderClassName
{
color: #BE38ED;
}
.AnyTagClassName
{
color: #BE38ED;
}
</style>
background-color css
<style>
a { background-color: #BE38ED; }
a { background-color: rgb(190,56,237); }
div.DivClassName
{
background-color: #BE38ED;
}
.BgClassName
{
background-color: #BE38ED;
}
</style>
border-color css
<style>
span { border-color: #BE38ED; }
span { border-color: rgb(190,56,237); }
td.TdClassName
{
border-color: #BE38ED;
}
.TagClassName
{
border-color: #BE38ED;
}
</style>