Shades of Medium Orchid #BE4AD6
Tints of Medium Orchid #BE4AD6
RGB
CMYK
RGB Variations
Color information
#BE4AD6 (or 0xBE4AD6) is known color: Medium Orchid. HEX triplet: BE, 4A and D6. RGB value is (190,74,214). Sum of RGB (Red+Green+Blue) = 190+74+214=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE4AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4AD6 is #41B529. Grayscale: #7C7C7C. Windows color (decimal): -4306218 or 14043838. OLE color: 14043838.
HSL color Cylindrical-coordinate representation of color #BE4AD6: hue angle of 289.71º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4AD6 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 74 | 214 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.16 |
| HSL | 289.71º | 0.63% | 0.56% | - |
| HSV(B) | 289.71º | 0.65% | 0.84% | - |
| XYZ | 35.82 | 20.7 | 65.73 | - |
| YUV | 124.64 | 178.43 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 214 | 0.11 | 0.65 | 0 | 0.16 | 289.71 | 0.63 | 0.56 |
| Hex | BE | 4A | D6 | B | 41 | 0 | 10 | 122 | 3F | 38 |
| Octal | 276 | 112 | 326 | 13 | 101 | 0 | 20 | 442 | 77 | 70 |
| Binary | 10111110 | 1001010 | 11010110 | 1011 | 1000001 | 0 | 10000 | 100100010 | 111111 | 111000 |
Color Harmonies of #BE4AD6
Complementary color
Monochromatic Colors of #BE4AD6
Black with #BE4AD6
Text Example
Text Example
White with #BE4AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4AD6; }
p { color: rgb(190,74,214); }
H1.HeaderClassName
{
color: #BE4AD6;
}
.AnyTagClassName
{
color: #BE4AD6;
}
</style>
background-color css
<style>
a { background-color: #BE4AD6; }
a { background-color: rgb(190,74,214); }
div.DivClassName
{
background-color: #BE4AD6;
}
.BgClassName
{
background-color: #BE4AD6;
}
</style>
border-color css
<style>
span { border-color: #BE4AD6; }
span { border-color: rgb(190,74,214); }
td.TdClassName
{
border-color: #BE4AD6;
}
.TagClassName
{
border-color: #BE4AD6;
}
</style>