Shades of Medium Orchid #BE6AD5
Tints of Medium Orchid #BE6AD5
RGB
CMYK
RGB Variations
Color information
#BE6AD5 (or 0xBE6AD5) is known color: Medium Orchid. HEX triplet: BE, 6A and D5. RGB value is (190,106,213). Sum of RGB (Red+Green+Blue) = 190+106+213=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE6AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6AD5 is #41952A. Grayscale: #8E8E8E. Windows color (decimal): -4298027 or 13986494. OLE color: 13986494.
HSL color Cylindrical-coordinate representation of color #BE6AD5: hue angle of 287.1º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE6AD5 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 106 | 213 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.16 |
| HSL | 287.1º | 0.56% | 0.63% | - |
| HSV(B) | 287.1º | 0.5% | 0.84% | - |
| XYZ | 38.4 | 26.06 | 65.96 | - |
| YUV | 143.31 | 167.33 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 213 | 0.11 | 0.50 | 0 | 0.16 | 287.1 | 0.56 | 0.63 |
| Hex | BE | 6A | D5 | B | 32 | 0 | 10 | 11F | 38 | 3F |
| Octal | 276 | 152 | 325 | 13 | 62 | 0 | 20 | 437 | 70 | 77 |
| Binary | 10111110 | 1101010 | 11010101 | 1011 | 110010 | 0 | 10000 | 100011111 | 111000 | 111111 |
Color Harmonies of #BE6AD5
Complementary color
Monochromatic Colors of #BE6AD5
Black with #BE6AD5
Text Example
Text Example
White with #BE6AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6AD5; }
p { color: rgb(190,106,213); }
H1.HeaderClassName
{
color: #BE6AD5;
}
.AnyTagClassName
{
color: #BE6AD5;
}
</style>
background-color css
<style>
a { background-color: #BE6AD5; }
a { background-color: rgb(190,106,213); }
div.DivClassName
{
background-color: #BE6AD5;
}
.BgClassName
{
background-color: #BE6AD5;
}
</style>
border-color css
<style>
span { border-color: #BE6AD5; }
span { border-color: rgb(190,106,213); }
td.TdClassName
{
border-color: #BE6AD5;
}
.TagClassName
{
border-color: #BE6AD5;
}
</style>