Shades of Medium Orchid #BE36DF
Tints of Medium Orchid #BE36DF
RGB
CMYK
RGB Variations
Color information
#BE36DF (or 0xBE36DF) is known color: Medium Orchid. HEX triplet: BE, 36 and DF. RGB value is (190,54,223). Sum of RGB (Red+Green+Blue) = 190+54+223=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE36DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE36DF is #41C920. Grayscale: #717171. Windows color (decimal): -4311329 or 14628542. OLE color: 14628542.
HSL color Cylindrical-coordinate representation of color #BE36DF: hue angle of 288.28º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE36DF is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 54 | 223 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.13 |
| HSL | 288.28º | 0.73% | 0.54% | - |
| HSV(B) | 288.28º | 0.76% | 0.87% | - |
| XYZ | 35.87 | 18.91 | 71.57 | - |
| YUV | 113.93 | 189.56 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 223 | 0.15 | 0.76 | 0 | 0.13 | 288.28 | 0.73 | 0.54 |
| Hex | BE | 36 | DF | F | 4C | 0 | D | 120 | 49 | 36 |
| Octal | 276 | 66 | 337 | 17 | 114 | 0 | 15 | 440 | 111 | 66 |
| Binary | 10111110 | 110110 | 11011111 | 1111 | 1001100 | 0 | 1101 | 100100000 | 1001001 | 110110 |
Color Harmonies of #BE36DF
Complementary color
Monochromatic Colors of #BE36DF
Black with #BE36DF
Text Example
Text Example
White with #BE36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE36DF; }
p { color: rgb(190,54,223); }
H1.HeaderClassName
{
color: #BE36DF;
}
.AnyTagClassName
{
color: #BE36DF;
}
</style>
background-color css
<style>
a { background-color: #BE36DF; }
a { background-color: rgb(190,54,223); }
div.DivClassName
{
background-color: #BE36DF;
}
.BgClassName
{
background-color: #BE36DF;
}
</style>
border-color css
<style>
span { border-color: #BE36DF; }
span { border-color: rgb(190,54,223); }
td.TdClassName
{
border-color: #BE36DF;
}
.TagClassName
{
border-color: #BE36DF;
}
</style>