Shades of Medium Orchid #BE36D5
Tints of Medium Orchid #BE36D5
RGB
CMYK
RGB Variations
Color information
#BE36D5 (or 0xBE36D5) is known color: Medium Orchid. HEX triplet: BE, 36 and D5. RGB value is (190,54,213). Sum of RGB (Red+Green+Blue) = 190+54+213=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE36D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE36D5 is #41C92A. Grayscale: #707070. Windows color (decimal): -4311339 or 13973182. OLE color: 13973182.
HSL color Cylindrical-coordinate representation of color #BE36D5: hue angle of 291.32º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE36D5 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 54 | 213 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.16 |
| HSL | 291.32º | 0.65% | 0.52% | - |
| HSV(B) | 291.32º | 0.75% | 0.84% | - |
| XYZ | 34.56 | 18.39 | 64.68 | - |
| YUV | 112.79 | 184.56 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 213 | 0.11 | 0.75 | 0 | 0.16 | 291.32 | 0.65 | 0.52 |
| Hex | BE | 36 | D5 | B | 4B | 0 | 10 | 123 | 41 | 34 |
| Octal | 276 | 66 | 325 | 13 | 113 | 0 | 20 | 443 | 101 | 64 |
| Binary | 10111110 | 110110 | 11010101 | 1011 | 1001011 | 0 | 10000 | 100100011 | 1000001 | 110100 |
Color Harmonies of #BE36D5
Complementary color
Monochromatic Colors of #BE36D5
Black with #BE36D5
Text Example
Text Example
White with #BE36D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE36D5; }
p { color: rgb(190,54,213); }
H1.HeaderClassName
{
color: #BE36D5;
}
.AnyTagClassName
{
color: #BE36D5;
}
</style>
background-color css
<style>
a { background-color: #BE36D5; }
a { background-color: rgb(190,54,213); }
div.DivClassName
{
background-color: #BE36D5;
}
.BgClassName
{
background-color: #BE36D5;
}
</style>
border-color css
<style>
span { border-color: #BE36D5; }
span { border-color: rgb(190,54,213); }
td.TdClassName
{
border-color: #BE36D5;
}
.TagClassName
{
border-color: #BE36D5;
}
</style>