Shades of Medium Orchid #BE6AD8
Tints of Medium Orchid #BE6AD8
RGB
CMYK
RGB Variations
Color information
#BE6AD8 (or 0xBE6AD8) is known color: Medium Orchid. HEX triplet: BE, 6A and D8. RGB value is (190,106,216). Sum of RGB (Red+Green+Blue) = 190+106+216=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE6AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6AD8 is #419527. Grayscale: #8F8F8F. Windows color (decimal): -4298024 or 14183102. OLE color: 14183102.
HSL color Cylindrical-coordinate representation of color #BE6AD8: hue angle of 285.82º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE6AD8 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 106 | 216 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.15 |
| HSL | 285.82º | 0.59% | 0.63% | - |
| HSV(B) | 285.82º | 0.51% | 0.85% | - |
| XYZ | 38.78 | 26.21 | 67.98 | - |
| YUV | 143.66 | 168.83 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 216 | 0.12 | 0.51 | 0 | 0.15 | 285.82 | 0.59 | 0.63 |
| Hex | BE | 6A | D8 | C | 33 | 0 | F | 11E | 3B | 3F |
| Octal | 276 | 152 | 330 | 14 | 63 | 0 | 17 | 436 | 73 | 77 |
| Binary | 10111110 | 1101010 | 11011000 | 1100 | 110011 | 0 | 1111 | 100011110 | 111011 | 111111 |
Color Harmonies of #BE6AD8
Complementary color
Monochromatic Colors of #BE6AD8
Black with #BE6AD8
Text Example
Text Example
White with #BE6AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6AD8; }
p { color: rgb(190,106,216); }
H1.HeaderClassName
{
color: #BE6AD8;
}
.AnyTagClassName
{
color: #BE6AD8;
}
</style>
background-color css
<style>
a { background-color: #BE6AD8; }
a { background-color: rgb(190,106,216); }
div.DivClassName
{
background-color: #BE6AD8;
}
.BgClassName
{
background-color: #BE6AD8;
}
</style>
border-color css
<style>
span { border-color: #BE6AD8; }
span { border-color: rgb(190,106,216); }
td.TdClassName
{
border-color: #BE6AD8;
}
.TagClassName
{
border-color: #BE6AD8;
}
</style>