Shades of Medium Orchid #BE6BDF
Tints of Medium Orchid #BE6BDF
RGB
CMYK
RGB Variations
Color information
#BE6BDF (or 0xBE6BDF) is known color: Medium Orchid. HEX triplet: BE, 6B and DF. RGB value is (190,107,223). Sum of RGB (Red+Green+Blue) = 190+107+223=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE6BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BDF is #419420. Grayscale: #909090. Windows color (decimal): -4297761 or 14642110. OLE color: 14642110.
HSL color Cylindrical-coordinate representation of color #BE6BDF: hue angle of 282.93º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE6BDF is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 107 | 223 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.13 |
| HSL | 282.93º | 0.64% | 0.65% | - |
| HSV(B) | 282.93º | 0.52% | 0.87% | - |
| XYZ | 39.81 | 26.79 | 72.88 | - |
| YUV | 145.04 | 172 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 223 | 0.15 | 0.52 | 0 | 0.13 | 282.93 | 0.64 | 0.65 |
| Hex | BE | 6B | DF | F | 34 | 0 | D | 11B | 40 | 41 |
| Octal | 276 | 153 | 337 | 17 | 64 | 0 | 15 | 433 | 100 | 101 |
| Binary | 10111110 | 1101011 | 11011111 | 1111 | 110100 | 0 | 1101 | 100011011 | 1000000 | 1000001 |
Color Harmonies of #BE6BDF
Complementary color
Monochromatic Colors of #BE6BDF
Black with #BE6BDF
Text Example
Text Example
White with #BE6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6BDF; }
p { color: rgb(190,107,223); }
H1.HeaderClassName
{
color: #BE6BDF;
}
.AnyTagClassName
{
color: #BE6BDF;
}
</style>
background-color css
<style>
a { background-color: #BE6BDF; }
a { background-color: rgb(190,107,223); }
div.DivClassName
{
background-color: #BE6BDF;
}
.BgClassName
{
background-color: #BE6BDF;
}
</style>
border-color css
<style>
span { border-color: #BE6BDF; }
span { border-color: rgb(190,107,223); }
td.TdClassName
{
border-color: #BE6BDF;
}
.TagClassName
{
border-color: #BE6BDF;
}
</style>