Shades of Medium Orchid #BE2CEB
Tints of Medium Orchid #BE2CEB
RGB
CMYK
RGB Variations
Color information
#BE2CEB (or 0xBE2CEB) is known color: Medium Orchid. HEX triplet: BE, 2C and EB. RGB value is (190,44,235). Sum of RGB (Red+Green+Blue) = 190+44+235=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE2CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2CEB is #41D314. Grayscale: #6C6C6C. Windows color (decimal): -4313877 or 15412414. OLE color: 15412414.
HSL color Cylindrical-coordinate representation of color #BE2CEB: hue angle of 285.86º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2CEB is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 44 | 235 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.08 |
| HSL | 285.86º | 0.83% | 0.55% | - |
| HSV(B) | 285.86º | 0.81% | 0.92% | - |
| XYZ | 37.13 | 18.75 | 80.26 | - |
| YUV | 109.43 | 198.87 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 235 | 0.19 | 0.81 | 0 | 0.08 | 285.86 | 0.83 | 0.55 |
| Hex | BE | 2C | EB | 13 | 51 | 0 | 8 | 11E | 53 | 37 |
| Octal | 276 | 54 | 353 | 23 | 121 | 0 | 10 | 436 | 123 | 67 |
| Binary | 10111110 | 101100 | 11101011 | 10011 | 1010001 | 0 | 1000 | 100011110 | 1010011 | 110111 |
Color Harmonies of #BE2CEB
Complementary color
Monochromatic Colors of #BE2CEB
Black with #BE2CEB
Text Example
Text Example
White with #BE2CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CEB; }
p { color: rgb(190,44,235); }
H1.HeaderClassName
{
color: #BE2CEB;
}
.AnyTagClassName
{
color: #BE2CEB;
}
</style>
background-color css
<style>
a { background-color: #BE2CEB; }
a { background-color: rgb(190,44,235); }
div.DivClassName
{
background-color: #BE2CEB;
}
.BgClassName
{
background-color: #BE2CEB;
}
</style>
border-color css
<style>
span { border-color: #BE2CEB; }
span { border-color: rgb(190,44,235); }
td.TdClassName
{
border-color: #BE2CEB;
}
.TagClassName
{
border-color: #BE2CEB;
}
</style>