Shades of Medium Orchid #BE6FCD
Tints of Medium Orchid #BE6FCD
RGB
CMYK
RGB Variations
Color information
#BE6FCD (or 0xBE6FCD) is known color: Medium Orchid. HEX triplet: BE, 6F and CD. RGB value is (190,111,205). Sum of RGB (Red+Green+Blue) = 190+111+205=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FCD is #419032. Grayscale: #919191. Windows color (decimal): -4296755 or 13463486. OLE color: 13463486.
HSL color Cylindrical-coordinate representation of color #BE6FCD: hue angle of 290.43º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE6FCD is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 111 | 205 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.20 |
| HSL | 290.43º | 0.48% | 0.62% | - |
| HSV(B) | 290.43º | 0.46% | 0.8% | - |
| XYZ | 37.94 | 26.72 | 60.92 | - |
| YUV | 145.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 205 | 0.07 | 0.46 | 0 | 0.20 | 290.43 | 0.48 | 0.62 |
| Hex | BE | 6F | CD | 7 | 2E | 0 | 14 | 122 | 30 | 3E |
| Octal | 276 | 157 | 315 | 7 | 56 | 0 | 24 | 442 | 60 | 76 |
| Binary | 10111110 | 1101111 | 11001101 | 111 | 101110 | 0 | 10100 | 100100010 | 110000 | 111110 |
Color Harmonies of #BE6FCD
Complementary color
Monochromatic Colors of #BE6FCD
Black with #BE6FCD
Text Example
Text Example
White with #BE6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FCD; }
p { color: rgb(190,111,205); }
H1.HeaderClassName
{
color: #BE6FCD;
}
.AnyTagClassName
{
color: #BE6FCD;
}
</style>
background-color css
<style>
a { background-color: #BE6FCD; }
a { background-color: rgb(190,111,205); }
div.DivClassName
{
background-color: #BE6FCD;
}
.BgClassName
{
background-color: #BE6FCD;
}
</style>
border-color css
<style>
span { border-color: #BE6FCD; }
span { border-color: rgb(190,111,205); }
td.TdClassName
{
border-color: #BE6FCD;
}
.TagClassName
{
border-color: #BE6FCD;
}
</style>