Shades of Medium Orchid #BE34D9
Tints of Medium Orchid #BE34D9
RGB
CMYK
RGB Variations
Color information
#BE34D9 (or 0xBE34D9) is known color: Medium Orchid. HEX triplet: BE, 34 and D9. RGB value is (190,52,217). Sum of RGB (Red+Green+Blue) = 190+52+217=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE34D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34D9 is #41CB26. Grayscale: #6F6F6F. Windows color (decimal): -4311847 or 14234814. OLE color: 14234814.
HSL color Cylindrical-coordinate representation of color #BE34D9: hue angle of 290.18º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE34D9 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 52 | 217 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.15 |
| HSL | 290.18º | 0.68% | 0.53% | - |
| HSV(B) | 290.18º | 0.76% | 0.85% | - |
| XYZ | 34.99 | 18.41 | 67.36 | - |
| YUV | 112.07 | 187.22 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 217 | 0.12 | 0.76 | 0 | 0.15 | 290.18 | 0.68 | 0.53 |
| Hex | BE | 34 | D9 | C | 4C | 0 | F | 122 | 44 | 35 |
| Octal | 276 | 64 | 331 | 14 | 114 | 0 | 17 | 442 | 104 | 65 |
| Binary | 10111110 | 110100 | 11011001 | 1100 | 1001100 | 0 | 1111 | 100100010 | 1000100 | 110101 |
Color Harmonies of #BE34D9
Complementary color
Monochromatic Colors of #BE34D9
Black with #BE34D9
Text Example
Text Example
White with #BE34D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE34D9; }
p { color: rgb(190,52,217); }
H1.HeaderClassName
{
color: #BE34D9;
}
.AnyTagClassName
{
color: #BE34D9;
}
</style>
background-color css
<style>
a { background-color: #BE34D9; }
a { background-color: rgb(190,52,217); }
div.DivClassName
{
background-color: #BE34D9;
}
.BgClassName
{
background-color: #BE34D9;
}
</style>
border-color css
<style>
span { border-color: #BE34D9; }
span { border-color: rgb(190,52,217); }
td.TdClassName
{
border-color: #BE34D9;
}
.TagClassName
{
border-color: #BE34D9;
}
</style>