Shades of Medium Orchid #BE3AD0
Tints of Medium Orchid #BE3AD0
RGB
CMYK
RGB Variations
Color information
#BE3AD0 (or 0xBE3AD0) is known color: Medium Orchid. HEX triplet: BE, 3A and D0. RGB value is (190,58,208). Sum of RGB (Red+Green+Blue) = 190+58+208=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE3AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3AD0 is #41C52F. Grayscale: #727272. Windows color (decimal): -4310320 or 13646526. OLE color: 13646526.
HSL color Cylindrical-coordinate representation of color #BE3AD0: hue angle of 292.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3AD0 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 58 | 208 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.18 |
| HSL | 292.8º | 0.61% | 0.52% | - |
| HSV(B) | 292.8º | 0.72% | 0.82% | - |
| XYZ | 34.13 | 18.53 | 61.45 | - |
| YUV | 114.57 | 180.73 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 208 | 0.09 | 0.72 | 0 | 0.18 | 292.8 | 0.61 | 0.52 |
| Hex | BE | 3A | D0 | 9 | 48 | 0 | 12 | 125 | 3D | 34 |
| Octal | 276 | 72 | 320 | 11 | 110 | 0 | 22 | 445 | 75 | 64 |
| Binary | 10111110 | 111010 | 11010000 | 1001 | 1001000 | 0 | 10010 | 100100101 | 111101 | 110100 |
Color Harmonies of #BE3AD0
Complementary color
Monochromatic Colors of #BE3AD0
Black with #BE3AD0
Text Example
Text Example
White with #BE3AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3AD0; }
p { color: rgb(190,58,208); }
H1.HeaderClassName
{
color: #BE3AD0;
}
.AnyTagClassName
{
color: #BE3AD0;
}
</style>
background-color css
<style>
a { background-color: #BE3AD0; }
a { background-color: rgb(190,58,208); }
div.DivClassName
{
background-color: #BE3AD0;
}
.BgClassName
{
background-color: #BE3AD0;
}
</style>
border-color css
<style>
span { border-color: #BE3AD0; }
span { border-color: rgb(190,58,208); }
td.TdClassName
{
border-color: #BE3AD0;
}
.TagClassName
{
border-color: #BE3AD0;
}
</style>