Shades of Medium Orchid #BE36E6
Tints of Medium Orchid #BE36E6
RGB
CMYK
RGB Variations
Color information
#BE36E6 (or 0xBE36E6) is known color: Medium Orchid. HEX triplet: BE, 36 and E6. RGB value is (190,54,230). Sum of RGB (Red+Green+Blue) = 190+54+230=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE36E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE36E6 is #41C919. Grayscale: #727272. Windows color (decimal): -4311322 or 15087294. OLE color: 15087294.
HSL color Cylindrical-coordinate representation of color #BE36E6: hue angle of 286.36º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE36E6 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 54 | 230 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.10 |
| HSL | 286.36º | 0.78% | 0.56% | - |
| HSV(B) | 286.36º | 0.77% | 0.9% | - |
| XYZ | 36.84 | 19.3 | 76.65 | - |
| YUV | 114.73 | 193.06 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 230 | 0.17 | 0.77 | 0 | 0.10 | 286.36 | 0.78 | 0.56 |
| Hex | BE | 36 | E6 | 11 | 4D | 0 | A | 11E | 4E | 38 |
| Octal | 276 | 66 | 346 | 21 | 115 | 0 | 12 | 436 | 116 | 70 |
| Binary | 10111110 | 110110 | 11100110 | 10001 | 1001101 | 0 | 1010 | 100011110 | 1001110 | 111000 |
Color Harmonies of #BE36E6
Complementary color
Monochromatic Colors of #BE36E6
Black with #BE36E6
Text Example
Text Example
White with #BE36E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE36E6; }
p { color: rgb(190,54,230); }
H1.HeaderClassName
{
color: #BE36E6;
}
.AnyTagClassName
{
color: #BE36E6;
}
</style>
background-color css
<style>
a { background-color: #BE36E6; }
a { background-color: rgb(190,54,230); }
div.DivClassName
{
background-color: #BE36E6;
}
.BgClassName
{
background-color: #BE36E6;
}
</style>
border-color css
<style>
span { border-color: #BE36E6; }
span { border-color: rgb(190,54,230); }
td.TdClassName
{
border-color: #BE36E6;
}
.TagClassName
{
border-color: #BE36E6;
}
</style>