Shades of Medium Orchid #BE34D1
Tints of Medium Orchid #BE34D1
RGB
CMYK
RGB Variations
Color information
#BE34D1 (or 0xBE34D1) is known color: Medium Orchid. HEX triplet: BE, 34 and D1. RGB value is (190,52,209). Sum of RGB (Red+Green+Blue) = 190+52+209=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE34D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34D1 is #41CB2E. Grayscale: #6E6E6E. Windows color (decimal): -4311855 or 13710526. OLE color: 13710526.
HSL color Cylindrical-coordinate representation of color #BE34D1: hue angle of 292.74º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE34D1 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 52 | 209 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.18 |
| HSL | 292.74º | 0.63% | 0.51% | - |
| HSV(B) | 292.74º | 0.75% | 0.82% | - |
| XYZ | 33.97 | 18.01 | 62.01 | - |
| YUV | 111.16 | 183.22 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 209 | 0.09 | 0.75 | 0 | 0.18 | 292.74 | 0.63 | 0.51 |
| Hex | BE | 34 | D1 | 9 | 4B | 0 | 12 | 125 | 3F | 33 |
| Octal | 276 | 64 | 321 | 11 | 113 | 0 | 22 | 445 | 77 | 63 |
| Binary | 10111110 | 110100 | 11010001 | 1001 | 1001011 | 0 | 10010 | 100100101 | 111111 | 110011 |
Color Harmonies of #BE34D1
Complementary color
Monochromatic Colors of #BE34D1
Black with #BE34D1
Text Example
Text Example
White with #BE34D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE34D1; }
p { color: rgb(190,52,209); }
H1.HeaderClassName
{
color: #BE34D1;
}
.AnyTagClassName
{
color: #BE34D1;
}
</style>
background-color css
<style>
a { background-color: #BE34D1; }
a { background-color: rgb(190,52,209); }
div.DivClassName
{
background-color: #BE34D1;
}
.BgClassName
{
background-color: #BE34D1;
}
</style>
border-color css
<style>
span { border-color: #BE34D1; }
span { border-color: rgb(190,52,209); }
td.TdClassName
{
border-color: #BE34D1;
}
.TagClassName
{
border-color: #BE34D1;
}
</style>