Shades of Medium Orchid #BE41D0
Tints of Medium Orchid #BE41D0
RGB
CMYK
RGB Variations
Color information
#BE41D0 (or 0xBE41D0) is known color: Medium Orchid. HEX triplet: BE, 41 and D0. RGB value is (190,65,208). Sum of RGB (Red+Green+Blue) = 190+65+208=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE41D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41D0 is #41BE2F. Grayscale: #767676. Windows color (decimal): -4308528 or 13648318. OLE color: 13648318.
HSL color Cylindrical-coordinate representation of color #BE41D0: hue angle of 292.45º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE41D0 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 65 | 208 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.18 |
| HSL | 292.45º | 0.6% | 0.54% | - |
| HSV(B) | 292.45º | 0.69% | 0.82% | - |
| XYZ | 34.51 | 19.28 | 61.58 | - |
| YUV | 118.68 | 178.41 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 208 | 0.09 | 0.69 | 0 | 0.18 | 292.45 | 0.6 | 0.54 |
| Hex | BE | 41 | D0 | 9 | 45 | 0 | 12 | 124 | 3C | 36 |
| Octal | 276 | 101 | 320 | 11 | 105 | 0 | 22 | 444 | 74 | 66 |
| Binary | 10111110 | 1000001 | 11010000 | 1001 | 1000101 | 0 | 10010 | 100100100 | 111100 | 110110 |
Color Harmonies of #BE41D0
Complementary color
Monochromatic Colors of #BE41D0
Black with #BE41D0
Text Example
Text Example
White with #BE41D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE41D0; }
p { color: rgb(190,65,208); }
H1.HeaderClassName
{
color: #BE41D0;
}
.AnyTagClassName
{
color: #BE41D0;
}
</style>
background-color css
<style>
a { background-color: #BE41D0; }
a { background-color: rgb(190,65,208); }
div.DivClassName
{
background-color: #BE41D0;
}
.BgClassName
{
background-color: #BE41D0;
}
</style>
border-color css
<style>
span { border-color: #BE41D0; }
span { border-color: rgb(190,65,208); }
td.TdClassName
{
border-color: #BE41D0;
}
.TagClassName
{
border-color: #BE41D0;
}
</style>