Shades of Medium Orchid #BE48D5
Tints of Medium Orchid #BE48D5
RGB
CMYK
RGB Variations
Color information
#BE48D5 (or 0xBE48D5) is known color: Medium Orchid. HEX triplet: BE, 48 and D5. RGB value is (190,72,213). Sum of RGB (Red+Green+Blue) = 190+72+213=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE48D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE48D5 is #41B72A. Grayscale: #7A7A7A. Windows color (decimal): -4306731 or 13977790. OLE color: 13977790.
HSL color Cylindrical-coordinate representation of color #BE48D5: hue angle of 290.21º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE48D5 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 72 | 213 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.16 |
| HSL | 290.21º | 0.63% | 0.56% | - |
| HSV(B) | 290.21º | 0.66% | 0.84% | - |
| XYZ | 35.56 | 20.39 | 65.01 | - |
| YUV | 123.36 | 178.59 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 72 | 213 | 0.11 | 0.66 | 0 | 0.16 | 290.21 | 0.63 | 0.56 |
| Hex | BE | 48 | D5 | B | 42 | 0 | 10 | 122 | 3F | 38 |
| Octal | 276 | 110 | 325 | 13 | 102 | 0 | 20 | 442 | 77 | 70 |
| Binary | 10111110 | 1001000 | 11010101 | 1011 | 1000010 | 0 | 10000 | 100100010 | 111111 | 111000 |
Color Harmonies of #BE48D5
Complementary color
Monochromatic Colors of #BE48D5
Black with #BE48D5
Text Example
Text Example
White with #BE48D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE48D5; }
p { color: rgb(190,72,213); }
H1.HeaderClassName
{
color: #BE48D5;
}
.AnyTagClassName
{
color: #BE48D5;
}
</style>
background-color css
<style>
a { background-color: #BE48D5; }
a { background-color: rgb(190,72,213); }
div.DivClassName
{
background-color: #BE48D5;
}
.BgClassName
{
background-color: #BE48D5;
}
</style>
border-color css
<style>
span { border-color: #BE48D5; }
span { border-color: rgb(190,72,213); }
td.TdClassName
{
border-color: #BE48D5;
}
.TagClassName
{
border-color: #BE48D5;
}
</style>