Shades of Medium Orchid #BE6BD1
Tints of Medium Orchid #BE6BD1
RGB
CMYK
RGB Variations
Color information
#BE6BD1 (or 0xBE6BD1) is known color: Medium Orchid. HEX triplet: BE, 6B and D1. RGB value is (190,107,209). Sum of RGB (Red+Green+Blue) = 190+107+209=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE6BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BD1 is #41942E. Grayscale: #8F8F8F. Windows color (decimal): -4297775 or 13724606. OLE color: 13724606.
HSL color Cylindrical-coordinate representation of color #BE6BD1: hue angle of 288.82º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6BD1 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 107 | 209 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.18 |
| HSL | 288.82º | 0.53% | 0.62% | - |
| HSV(B) | 288.82º | 0.49% | 0.82% | - |
| XYZ | 38 | 26.07 | 63.35 | - |
| YUV | 143.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 209 | 0.09 | 0.49 | 0 | 0.18 | 288.82 | 0.53 | 0.62 |
| Hex | BE | 6B | D1 | 9 | 31 | 0 | 12 | 121 | 35 | 3E |
| Octal | 276 | 153 | 321 | 11 | 61 | 0 | 22 | 441 | 65 | 76 |
| Binary | 10111110 | 1101011 | 11010001 | 1001 | 110001 | 0 | 10010 | 100100001 | 110101 | 111110 |
Color Harmonies of #BE6BD1
Complementary color
Monochromatic Colors of #BE6BD1
Black with #BE6BD1
Text Example
Text Example
White with #BE6BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6BD1; }
p { color: rgb(190,107,209); }
H1.HeaderClassName
{
color: #BE6BD1;
}
.AnyTagClassName
{
color: #BE6BD1;
}
</style>
background-color css
<style>
a { background-color: #BE6BD1; }
a { background-color: rgb(190,107,209); }
div.DivClassName
{
background-color: #BE6BD1;
}
.BgClassName
{
background-color: #BE6BD1;
}
</style>
border-color css
<style>
span { border-color: #BE6BD1; }
span { border-color: rgb(190,107,209); }
td.TdClassName
{
border-color: #BE6BD1;
}
.TagClassName
{
border-color: #BE6BD1;
}
</style>