Shades of Medium Orchid #BE41CE
Tints of Medium Orchid #BE41CE
RGB
CMYK
RGB Variations
Color information
#BE41CE (or 0xBE41CE) is known color: Medium Orchid. HEX triplet: BE, 41 and CE. RGB value is (190,65,206). Sum of RGB (Red+Green+Blue) = 190+65+206=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE41CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41CE is #41BE31. Grayscale: #767676. Windows color (decimal): -4308530 or 13517246. OLE color: 13517246.
HSL color Cylindrical-coordinate representation of color #BE41CE: hue angle of 293.19º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE41CE is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 65 | 206 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.19 |
| HSL | 293.19º | 0.59% | 0.53% | - |
| HSV(B) | 293.19º | 0.68% | 0.81% | - |
| XYZ | 34.27 | 19.18 | 60.29 | - |
| YUV | 118.45 | 177.41 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 206 | 0.08 | 0.68 | 0 | 0.19 | 293.19 | 0.59 | 0.53 |
| Hex | BE | 41 | CE | 8 | 44 | 0 | 13 | 125 | 3B | 35 |
| Octal | 276 | 101 | 316 | 10 | 104 | 0 | 23 | 445 | 73 | 65 |
| Binary | 10111110 | 1000001 | 11001110 | 1000 | 1000100 | 0 | 10011 | 100100101 | 111011 | 110101 |
Color Harmonies of #BE41CE
Complementary color
Monochromatic Colors of #BE41CE
Black with #BE41CE
Text Example
Text Example
White with #BE41CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE41CE; }
p { color: rgb(190,65,206); }
H1.HeaderClassName
{
color: #BE41CE;
}
.AnyTagClassName
{
color: #BE41CE;
}
</style>
background-color css
<style>
a { background-color: #BE41CE; }
a { background-color: rgb(190,65,206); }
div.DivClassName
{
background-color: #BE41CE;
}
.BgClassName
{
background-color: #BE41CE;
}
</style>
border-color css
<style>
span { border-color: #BE41CE; }
span { border-color: rgb(190,65,206); }
td.TdClassName
{
border-color: #BE41CE;
}
.TagClassName
{
border-color: #BE41CE;
}
</style>