Shades of Medium Orchid #BE6FDD
Tints of Medium Orchid #BE6FDD
RGB
CMYK
RGB Variations
Color information
#BE6FDD (or 0xBE6FDD) is known color: Medium Orchid. HEX triplet: BE, 6F and DD. RGB value is (190,111,221). Sum of RGB (Red+Green+Blue) = 190+111+221=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FDD is #419022. Grayscale: #929292. Windows color (decimal): -4296739 or 14512062. OLE color: 14512062.
HSL color Cylindrical-coordinate representation of color #BE6FDD: hue angle of 283.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE6FDD is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 111 | 221 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.13 |
| HSL | 283.09º | 0.62% | 0.65% | - |
| HSV(B) | 283.09º | 0.5% | 0.87% | - |
| XYZ | 39.97 | 27.54 | 71.61 | - |
| YUV | 147.16 | 169.67 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 221 | 0.14 | 0.50 | 0 | 0.13 | 283.09 | 0.62 | 0.65 |
| Hex | BE | 6F | DD | E | 32 | 0 | D | 11B | 3E | 41 |
| Octal | 276 | 157 | 335 | 16 | 62 | 0 | 15 | 433 | 76 | 101 |
| Binary | 10111110 | 1101111 | 11011101 | 1110 | 110010 | 0 | 1101 | 100011011 | 111110 | 1000001 |
Color Harmonies of #BE6FDD
Complementary color
Monochromatic Colors of #BE6FDD
Black with #BE6FDD
Text Example
Text Example
White with #BE6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FDD; }
p { color: rgb(190,111,221); }
H1.HeaderClassName
{
color: #BE6FDD;
}
.AnyTagClassName
{
color: #BE6FDD;
}
</style>
background-color css
<style>
a { background-color: #BE6FDD; }
a { background-color: rgb(190,111,221); }
div.DivClassName
{
background-color: #BE6FDD;
}
.BgClassName
{
background-color: #BE6FDD;
}
</style>
border-color css
<style>
span { border-color: #BE6FDD; }
span { border-color: rgb(190,111,221); }
td.TdClassName
{
border-color: #BE6FDD;
}
.TagClassName
{
border-color: #BE6FDD;
}
</style>