Shades of Medium Orchid #BE34D0
Tints of Medium Orchid #BE34D0
RGB
CMYK
RGB Variations
Color information
#BE34D0 (or 0xBE34D0) is known color: Medium Orchid. HEX triplet: BE, 34 and D0. RGB value is (190,52,208). Sum of RGB (Red+Green+Blue) = 190+52+208=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE34D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34D0 is #41CB2F. Grayscale: #6E6E6E. Windows color (decimal): -4311856 or 13644990. OLE color: 13644990.
HSL color Cylindrical-coordinate representation of color #BE34D0: hue angle of 293.08º degrees, saturation: 0.62, 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 #BE34D0 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 52 | 208 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.18 |
| HSL | 293.08º | 0.62% | 0.51% | - |
| HSV(B) | 293.08º | 0.75% | 0.82% | - |
| XYZ | 33.85 | 17.96 | 61.36 | - |
| YUV | 111.05 | 182.72 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 208 | 0.09 | 0.75 | 0 | 0.18 | 293.08 | 0.62 | 0.51 |
| Hex | BE | 34 | D0 | 9 | 4B | 0 | 12 | 125 | 3E | 33 |
| Octal | 276 | 64 | 320 | 11 | 113 | 0 | 22 | 445 | 76 | 63 |
| Binary | 10111110 | 110100 | 11010000 | 1001 | 1001011 | 0 | 10010 | 100100101 | 111110 | 110011 |
Color Harmonies of #BE34D0
Complementary color
Monochromatic Colors of #BE34D0
Black with #BE34D0
Text Example
Text Example
White with #BE34D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE34D0; }
p { color: rgb(190,52,208); }
H1.HeaderClassName
{
color: #BE34D0;
}
.AnyTagClassName
{
color: #BE34D0;
}
</style>
background-color css
<style>
a { background-color: #BE34D0; }
a { background-color: rgb(190,52,208); }
div.DivClassName
{
background-color: #BE34D0;
}
.BgClassName
{
background-color: #BE34D0;
}
</style>
border-color css
<style>
span { border-color: #BE34D0; }
span { border-color: rgb(190,52,208); }
td.TdClassName
{
border-color: #BE34D0;
}
.TagClassName
{
border-color: #BE34D0;
}
</style>