Shades of Medium Orchid #BE6FDC
Tints of Medium Orchid #BE6FDC
RGB
CMYK
RGB Variations
Color information
#BE6FDC (or 0xBE6FDC) is known color: Medium Orchid. HEX triplet: BE, 6F and DC. RGB value is (190,111,220). Sum of RGB (Red+Green+Blue) = 190+111+220=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FDC is #419023. Grayscale: #929292. Windows color (decimal): -4296740 or 14446526. OLE color: 14446526.
HSL color Cylindrical-coordinate representation of color #BE6FDC: hue angle of 283.49º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE6FDC is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 111 | 220 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.14 |
| HSL | 283.49º | 0.61% | 0.65% | - |
| HSV(B) | 283.49º | 0.5% | 0.86% | - |
| XYZ | 39.84 | 27.48 | 70.92 | - |
| YUV | 147.05 | 169.17 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 220 | 0.14 | 0.50 | 0 | 0.14 | 283.49 | 0.61 | 0.65 |
| Hex | BE | 6F | DC | E | 32 | 0 | E | 11B | 3D | 41 |
| Octal | 276 | 157 | 334 | 16 | 62 | 0 | 16 | 433 | 75 | 101 |
| Binary | 10111110 | 1101111 | 11011100 | 1110 | 110010 | 0 | 1110 | 100011011 | 111101 | 1000001 |
Color Harmonies of #BE6FDC
Complementary color
Monochromatic Colors of #BE6FDC
Black with #BE6FDC
Text Example
Text Example
White with #BE6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FDC; }
p { color: rgb(190,111,220); }
H1.HeaderClassName
{
color: #BE6FDC;
}
.AnyTagClassName
{
color: #BE6FDC;
}
</style>
background-color css
<style>
a { background-color: #BE6FDC; }
a { background-color: rgb(190,111,220); }
div.DivClassName
{
background-color: #BE6FDC;
}
.BgClassName
{
background-color: #BE6FDC;
}
</style>
border-color css
<style>
span { border-color: #BE6FDC; }
span { border-color: rgb(190,111,220); }
td.TdClassName
{
border-color: #BE6FDC;
}
.TagClassName
{
border-color: #BE6FDC;
}
</style>